/*
Body Styles
------------------------------------------------------------------------------------
*/
body {
	margin : 0;
	margin-bottom: 0;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	background-color:#628C01;
	background-image: url(/img/global/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	}

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: 140%;	
}
A {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #856C08;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	text-decoration: underline;
	color:#4D7001;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.footer {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.medGreen {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #405202;
	text-decoration: none;
	font-weight: bold;
}
.smallGreen {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #405202;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.lrgBrown {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #3A1818;
	text-decoration: none;
	font-weight: bold;
}
.smlBrown {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #3A1818;
	text-decoration: none;
	font-weight: bold;
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.footerWhite{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer:link{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer:visited{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer:hover{
	font-size: 10px;
	color: #DFB40D;
	text-decoration: none;
	font-weight: bold;
}
.greenLink{
	font-size: 13px;
	color: #628400;
	text-decoration: none;
	font-weight: bold;
}
.greenLink:link{
	font-size: 13px;
	color: #628400;
	text-decoration: none;
	font-weight: bold;
}
.greenLink:visited{
	font-size: 13px;
	color: #628400;
	text-decoration: none;
	font-weight: bold;
}
.greenLink:hover{
	font-size: 13px;
	color: #00496F;
	text-decoration: none;
	font-weight: bold;
}
.largeYellow{
	font-size: 16px;
	color: #856C08;
	text-decoration: none;
	font-weight: bold;
}
.largeYellow:link{
	font-size: 16px;
	color: #856C08;
	text-decoration: none;
	font-weight: bold;
}
.largeYellow:visited{
	font-size: 16px;
	color: #856C08;
	text-decoration: none;
	font-weight: bold;
}
.largeYellow:hover{
	font-size: 16px;
	color: #4D7001;
	text-decoration: none;
	font-weight: bold;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdLine{
	background-color:#CCCCCC;
}
.border{
	background-color:#FFFFFF;
	padding: 10px;
}
.tdGradient{
	background-image:url(/img/global/side-bar.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/*
Layer Styles
------------------------------------------------------------------------------------
*/
.arrow_hand{
	cursor:pointer;
}

