body {  font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px; color: #333333; line-height:normal;}
td {  font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: #333333; line-height:normal;}
.black {  font-family: "Trebuchet MS", Arial, sans-serif; font-size: 12px; color: #333333; font-weight: normal}
.title {  font-family: "Times New Roman"; font-size: 14px; color: #FFFFFF; font-weight: bold}
.mini { font-family: Trebuchet MS; font-size: 9px; color: #EEEEEE}
.bigblue { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 24px; color: #00CCFF; font-weight: bold }
.miniblack { font-family: Arial, sans-serif; font-size: 10px; color: #333333; font-weight: normal }
.blue { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 14px; color: #0099FF; font-weight: bold }
.red { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 14px; color: #990000; font-weight: bold }
.redtitles {
font-family: "Times New Roman"; 
font-size: 16pt; 
color: #990000; 
font-weight: bold
}
.blue1 {font-family: "Times New Roman", Times, serif; font-size: 14px; color: #0099FF; font-weight: bold}
.miniblack1 {font-family: "Times New Roman", Times, serif; font-size: 11px; color: #333333; font-weight: normal}
.mediumtitles {
font-family: "Times New Roman"; 
font-size: 12pt; 
color: #185e79; 
font-weight: bold
}

/*Hyperlink Style*/
a {
	 font-family: "Times New Roman";
 	 color: #ffffff;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Times New Roman";
	 color: #0099CC; 
	 text-decoration:none;
}

/* Additional Link Style*/
a.blue_links {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	color: #39bdfe;
}

a.blue_links:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:none;
	color: #ffffff;
}

/* Additional Link Style*/
a.dark_links {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;
	color: #2e33b3;
}

a.dark_links:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration:underline;
	color: #39bdfe;
}

