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

td , th , ul , p , ol , li , div , dl , dt , dd , blockquote {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 140%;	
}
A {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	text-decoration: underline;
	color:#FF9900;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.smlBrwn {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #2D180C;
	text-decoration: none;
	font-weight: none;
	line-height: 140%;	
}
.medBrwn {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #2D180C;
	text-decoration: none;
	font-weight: none;
	line-height: 140%;	
}
.lrgBrwn {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #2D180C;
	text-decoration: none;
	font-weight: none;
	line-height: 140%;	
}
.lrgWhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
	line-height: 140%;	
}
.medWhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
	line-height: 140%;	
}
.smlYellow {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.medYellow {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.lrgYellow {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.footerLink{
	font-size: 12px;
	color: #2D180C;
	text-decoration: none;
	font-weight: bold;
}
.footerLink:link{
	font-size: 12px;
	color: #2D180C;
	text-decoration: none;
	font-weight: bold;
}
.footerLink:visited{
	font-size: 12px;
	color: #2D180C;
	text-decoration: none;
	font-weight: bold;
}
.footerLink:hover{
	font-size: 12px;
	color: #2D180C;
	text-decoration: underline;
	font-weight: bold;
}
.white{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.white:link{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.white:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.white:hover{
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdLine{
	background-color:#CCCCCC;
}
.border{
	background-color:#FFFFFF;
	padding: 35px;
}
.tdGradient{
	background-image:url(/client/mayas/img/global/header.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
}
.background{
	background-image:url(/img/global/bg_small.jpg);
	background-repeat: repeat;
}
.brn_bg{
	background-image:url(/img/global/brown_box_bg.png);
	background-repeat: repeat;
}
.footer_divider{
	background-color:#25180E;
}
.footer_line{
	background-color:#AFA598;
}
/*
Layer Styles
------------------------------------------------------------------------------------
*/
.arrow_hand{
	cursor:pointer;
}
