a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
.font1 {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
	line-height: 20px;

}
.font-para {
	line-height: 20px;
}
.list {
	list-style-image: url(images/arrow01.gif);
	list-style-position: outside;
	list-style-type: lower-roman;


}
