BODY, TD, .NormalText { font-weight: normal; text-decoration: none; font-style: normal; font-family: Helvetica, Arial, Sans Serif; font-size: 14px; color: #996600; line-height: 1.3em; }

h1	{ color: #CC0000; font-size: 15px; font-weight: bold; text-align: left; margin: 0 0 20px 0; padding: 0; }
h2	{ color: #FFFFFF; font-size: 12px; text-align: center; margin: 0; padding: 0; }

.Header		{ color: #996600; font-size: 16px; font-weight: bold; font-family: Helvetica, Arial, Sans Serif; }
.SubHeader	{ color: #CC0000; font-size: 14px; font-weight: bold; font-family: Helvetica, Arial, Sans Serif; }

.Red		{ color: #CC0000; }
.Brown		{ color: #996600; }
.Black		{ color: #000000; }
.White		{ color: #FFFFFF; }

.SmallText	{ font-size: 10px; }
.MediumText	{ font-size: 16px; line-height: 16px; }
.LargeText	{ font-size: 24px; line-height: 24px; }

IMG.FloatLeft 	{ float: left; margin: 0 5px 5px 0; }
IMG.FloatRight 	{ float: right; margin: 0 0 5px 5px; }

TABLE.footer TD 	{ text-align: center; font-size: 10px; }
TABLE.formtext TD 	{ font-size: 12px; }
TABLE.smallformtext TD { font-size: 10px; }

/* inherited styles */
* .body {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: normal;
	color : #996600;
	line-height: 1.3em;
	margin: 0; 
}
* .body_red_bold {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: bold;
	color : #CC0000;
	line-height: 1.3;
	margin: 0; 
}
* .menu_link {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 14px;
	font-weight: normal;
	color : #996600;
	line-height: 1.3;
	margin: 0; 
}
* .copyright {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #996600;
	line-height: 1.3;
}
* .formtext {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 12px;
	font-weight: normal;
	color : #996600;
	line-height: 1.3;
}
.cdtext {
	font-family : Helvetica, Arial, Sans Serif;
	font-size : 10px;
	font-weight: normal;
	color : #996600;
	line-height: 1.3;
}

/* links */
a:link {
	color: #CC0000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
}
a:hover {  
	font-weight: normal;
	line-height: 1.3;
	text-decoration: underline;
	color: #DE9A13
}
a:active {
	color: #CC0000;
	font-weight: normal;
	line-height: 1.3;
	text-decoration: none;
}
