/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
		
}

td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;	
	
}

A {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #96B1CA;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	color: #4D1A67;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.smlTtl {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}

.lrgTtl {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}
.formField {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px dotted #999999;
	font-family: "Trebuchet MS";
}

.formFieldSolid {
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px #999999;
	font-family: "Trebuchet MS";
}

.form { 
	background-color: #FFFFFF; border-color: #CCCC99;
}

.button	{
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.linkSubNav{
	color: #666666;
	text-decoration: none;
}
.linkSubNav:link{
	color: #666666;
	text-decoration: none;
}
.linkSubNav:visited{
	color: #666666;
	text-decoration: none;
}
.linkSubNav:hover{
	color: #CC0000;
	text-decoration: none;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.mainTable {
	border: 1px solid #CCCC99;
	background-position: center;
}
.tdAwards{
	background-color:#F0F0F0;
	cursor:pointer;
}

/*
Footer Styles
------------------------------------------------------------------------------------
*/
.footerGradient {
	background-image: url(../images/footer_gradient.jpg);
	background-repeat: no-repeat;
}

.footerFont {
	font-size: 10px;
	color: #666633;
	text-decoration: none;
	font-weight: normal;
}

.mainTableOutline {
	border: 1px solid #D9D9B3;
}
.italicText {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-style: italic;
	color: #747443;
	text-decoration: none;
}
.tdBackgroundInteriors {
	background-image: url(../imgs/global/sub_background.gif);
}

.title {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #747443;
	text-decoration: none;
}
