/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-image: url(/img/global/bg.jpg);
	background-repeat: repeat-x;
	}

td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 110%;	
}
A {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	text-decoration: none;
	color:#333333;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.smallBlue {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #00496F;
	text-decoration: none;
	font-weight: bold;
}
.largeBlue {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #00496F;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%;	
}
.footerStyle {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.yellow {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%;
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.footer{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.footer:link{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.footer:visited{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.footer:hover{
	font-size: 10px;
	color: #3D4F77;
	text-decoration: none;
	font-weight: bold;
}
.utility{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.utility:link{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.utility:visited{
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
.utility:hover{
	font-size: 10px;
	color: #3D4F77;
	text-decoration: none;
	font-weight: bold;
}
.subNav{
	font-size: 12px;
	color: #053E5C;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.subNav:link{
	font-size: 12px;
	color: #053E5C;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.subNav:visited{
	font-size: 12px;
	color: #053E5C;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.subNav:hover{
	font-size: 12px;
	color: #cc9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;
}	
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdLineDark{
	background-color:#8596A3;
}
.tdLine{
	background-color:#CCCCCC;
}
.border{
	background-color:#FFFFFF;
	padding: 35px;
}
.tdGradient{
	background-image:url(/img/global/edge.jpg);
	background-repeat:repeat-x;
}
.tdGradientBody{
	background-image:url(/img/global/body_gradient.jpg);
	background-repeat:repeat-x;
}
/*
Layer Styles
------------------------------------------------------------------------------------
*/
.arrow_hand{
	cursor:pointer;
}
