BODY, TD {
	font-family : verdana, arial, helvetica; 
	font-size : 13px;
}
/* Table - White Copyright Font */
.tdfont1 {
	font-size : 10px;
	font-weight: bold;
	color: #FFFFFF;
}
/* Table - Small Black */
.tdfont2 {
	font-size : 12px;
	font-weight: normal;
	color: #000000;
}
/* Table - Small Black - Red Square */
.tdfont3 {
	font-size : 10px;
	font-weight: normal;
	color: #000000;
}
/* Paragraph - Wheat Bold Phrase */
.pfont4 {
	font-size : 13px;
	font-weight: bold;
	color: #cc9933;
}
/* Paragraph - Small Black */
.pfont5 {
	font-size : 10px;
	font-weight: normal;
	color: #000000;
}
/* Table - Wheat Bold */
.tdfont6 {
	font-size : 13px;
	font-weight: bold;
	color: #cc9933;
}
/* Table - Small Black Bold */
.tdfont7 {
	font-size : 10px;
	font-weight: bold;
	color: #000000;
}
/* Other */
SELECT	{font-weight: normal; text-decoration : none; font-size : 13px;}
LI	{font-weight: normal; text-decoration : none; font-size : 13px;}
INPUT	{font-weight: bold; text-decoration : none; font-size : 13px;}
H1 {font-size: 16px; color: #cc9933;}
H2 {font-size: 14px; color: #FF0000;}
H3 {font-size: 11px; color: #FF0000;}
H4 {font-size: 12px; color: #000000; font-style: italic;}
A:LINK, A:VISITED {
	color: #0069b3;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
}
A:HOVER {
	color: #cc9933;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
/* Secondary Links */
a.newlink2:link, a.newlink2:visited	{
	color: #0069b3;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.newlink2:hover {
	color: #cc9933;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* Third Links - White Top */
a.newlink3:link, a.newlink3:visited	{
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.newlink3:hover {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
