/*
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-position: top;
	background-color: #3B581E;
	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: 130%;	
}
A {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #9B1F12;
	text-decoration: none;
	font-weight: bold;
  
}
A:hover {
	text-decoration: underline;
	color:#9B1F12;
	font-weight: bold;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.footerWhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.large {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 32px;
	color: #333333;
	text-decoration: none;
	font-weight: none;
	line-height: 130%
}
.medium {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 22px;
	color: #333333;
	text-decoration: none;
	font-weight: none;
	line-height: 130%
}
.small {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 130%
}
.footnote {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 110%
}
.mediumYellow {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #FDC716;
	text-decoration: none;
	font-weight: none;
	line-height: 130%
}
.largeGreen {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 22px;
	color: #4B7420;
	text-decoration: none;
	font-weight: bold;
	line-height: 130%
}
.mediumGreen {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #4B7420;
	text-decoration: none;
	font-weight: bold;
	line-height: 130%
}
.smallGreen {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #4B7420;
	text-decoration: none;
	font-weight: bold;
	line-height: 130%
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.yellowLink{
	font-size: 16px;
	color: #FDC716;
	text-decoration: none;
	font-weight: none;
}
.yellowLink:link{
	font-size: 16px;
	color: #FDC716;
	text-decoration: none;
	font-weight: none;
}
.yellowLink:visited{
	font-size: 16px;
	color: #FDC716;
	text-decoration: none;
	font-weight: none;
}
.yellowLink:hover{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}
.footer{
	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: #FDC716;
	text-decoration: none;
	font-weight: bold;
}
.subnav{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.subnav:link{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.subnav:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.subnav:hover{
	font-size: 12px;
	color: #FDC716;
	text-decoration: none;
	font-weight: bold;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdLine{
	background-color:#CCCCCC;
}
.tdWhiteBG{
	background-color:#FFFFFF;
}
.tdBrown{
	background-color:#56381C;
}
.tdLightGreen{
	background-color:#DDE9D1;
}
.borderRight{
	background-color:#FFFFFF;
	background-image:url(/img/global/border_right.gif);
	background-repeat:repeat-y;
}
.borderLeft{
	background-color:#FFFFFF;
	background-image:url(/img/global/border_left.gif);
	background-repeat:repeat-y;
}
.border{
	background-color:#FFFFFF;
	padding: 35px;
}
.tdGradient{
	background-image:url(/client/mayas/img/global/header.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
}
/*
Layer Styles
------------------------------------------------------------------------------------
*/
.arrow_hand{
	cursor:pointer;
}
