/*
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: #100705;
	background-repeat: repeat-x;
	}

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: #BA7646;
	text-decoration: none;
	font-weight: normal;
  
}
A:hover {
	text-decoration: underline;
	color:#8F112A;
}
/*
Header Styles
------------------------------------------------------------------------------------
*/
.smallGold {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.goldCaps {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;	
}
.whiteCaps {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;	
}
.medGold {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.largeWhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.largeRedFont {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #8F112A;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}

.largeWhite {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
.medGold {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
	line-height: 140%;	
}
/*
Navigation Styles
------------------------------------------------------------------------------------
*/
.footer{
	font-size: 11px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
}
.footer:link{
	font-size: 11px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
}
.footer:visited{
	font-size: 11px;
	color: #BA7646;
	text-decoration: none;
	font-weight: bold;
}
.footer:hover{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.smlRed{
	font-size: 12px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.smlRed:link{
	font-size: 12px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.smlRed:visited{
	font-size: 12px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.smlRed:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.largeRed{
	font-size: 16px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.largeRed:link{
	font-size: 16px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.largeRed:visited{
	font-size: 16px;
	color: #8F112A;
	text-decoration: underline;
	font-weight: bold;
}
.largeRed:hover{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
/*
Table Styles
------------------------------------------------------------------------------------
*/
.tdLine{
	background-color:#CCCCCC;
}
.tdbackground{
	background-color:#3B2218;
}
.border{
	background-color:#FFFFFF;
	padding: 10px;
}
.redBorder{
	background-color:#720E23;
	padding: 5px;
}
.blueBorder{
	background-color:#355576;
	padding: 5px;
}
.greenBorder{
	background-color:#5F7238;
	padding: 5px;

}
.tdGradient{
	background-image:url(/img/global/sidebar_bg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
/*
Layer Styles
------------------------------------------------------------------------------------
*/
.arrow_hand{
	cursor:pointer;
}
