/* CSS Document */

.textlink:link {
	color: #FFFF00;
	text-decoration:underline;
}
.textlink:visited {
	color: #FFFF00;
	text-decoration: none;
}
.textlink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.textlink:active {
	color: #FFFF00;
	text-decoration: none;
}
.creditlink:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.creditlink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.creditlink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
.creditlink:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.lead {
	font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;}
	
.whtwtxt {color: #FFFFFF}
.blktxt {color: #000000}
.redtxt {color: #FF0000}
.yllwtxt {color: #FFFF00}
.grntxt {color: #009900}

.whtwtxt2 {font-size: 16px; color: #FFFFFF; font-family:Georgia, "Times New Roman", Times, serif;}
.blktxt2 {font-size: 16px; color: #000000; font-family:Georgia, "Times New Roman", Times, serif;}
.redtxt2 {font-size: 16px; color: #FF0000; font-family:Georgia, "Times New Roman", Times, serif;}
.yllwtxt2 {font-size: 16px; color: #FFFF00; font-family:Georgia, "Times New Roman", Times, serif;}
.grntxt2 {font-size: 16px; color: #009900; font-family:Georgia, "Times New Roman", Times, serif;}

.whthed {font-size: 26px; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif;}
.whthed2 {font-size: 20px; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif;}
.blkhed {font-size: 26px; color:#000000; font-family:Georgia, "Times New Roman", Times, serif;}
.blkhed2 {font-size: 20px; color:#000000; font-family:Georgia, "Times New Roman", Times, serif;}
.redhed {font-size: 26px; color:#FF0000; font-family:Georgia, "Times New Roman", Times, serif;}
.redhed2 {font-size: 20px; color:#FF0000; font-family:Georgia, "Times New Roman", Times, serif;}
.yllwhed {font-size: 26px; color:#FFFF00; font-family:Georgia, "Times New Roman", Times, serif;}
.yllwhed2 {font-size: 20px; color:#FFFF00; font-family:Georgia, "Times New Roman", Times, serif;}
.grnhed {font-size: 26px; color:#009900; font-family:Georgia, "Times New Roman", Times, serif;}
.grnhed2 {font-size: 20px; color:#009900; font-family:Georgia, "Times New Roman", Times, serif;}

.credit {font-size: 12px; color:#000000; font-weight:bold;}
