p {  font-family: "Times New Roman", Times, serif; font-size: 13px; color: #000000}
li {  font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000}

.header {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #990000}
.small {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #990000}
.link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #990000; text-decoration: underline}

a.link:link {color: #990000; text-decoration: underline; } 
a.link:visited {color: #990000; text-decoration: underline;} 
a.link:active {color: #990000; text-decoration: underline;} 
a.link:hover {color: #FF9900; text-decoration: none;} 

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
}
.textRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #990000;
}
a:link {color: #990000; text-decoration: underline; } 
a:visited {color: #990000; text-decoration: underline;} 
a:active {color: #990000; text-decoration: underline;} 
a:hover {color: #FF9900; text-decoration: none;} 

.textBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
.textBoldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}

.textItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
}