
/* Global
=====================================================================*/

html {
	overflow-x:	auto; height:100%;
	}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body {
	background:				url(images/new_backgroundnew_v1.jpg) top center no-repeat scroll;
	background-color:		#402900;
	text-align:				left;
	line-height:			13pt;
	margin-top:				0px;
	margin-right:			0px;
	margin-bottom:			0px;
	margin-left:			0px;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10pt;
	word-spacing:			normal;
	color:					#FFFFFF;
	}

.smalltext {

	line-height:			10pt;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				10pt;
	word-spacing:			normal;
	color:					#FFFFFF;
	}

/* Headers
=====================================================================*/

.header3{
	font-family:verdana,arial;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	
}

.header2{
	font-family:verdana,arial;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	line-height:16pt;
}

.header1{
	font-family:verdana,arial;
	color:#402B00;
	font-size:14px;
	font-weight:bold;
	text-decoration: none
}

/* Rules
=====================================================================*/

hr {
  border: 0;
  width: 100%;
  color: #402B00;
  height: 1px;
}

hr.HRwhite {
  width: 100%;
  border:none;	
  border-top:1px #FFFFFF solid;
  height: 1px;  
}

hr.HRbrown {
  border: 0;
  width: 100%;
  color: #402b00;
  height: 1px;  
}

/* Links
=====================================================================*/

a 							{color:#ffffff;text-decoration:underline;}
a.noline 					{color:#ffffff;text-decoration:underline;}
a:link 						{text-decoration:underline;}
a:visited 					{color:#ffffff;text-decoration:underline;}
a:active 					{text-decoration:none;}
a:hover 					{color:#DFA911;text-decoration:none;}

/* Menus
=====================================================================*/

.footerMenu{
	font-family:verdana,arial;
	color:#DFA911;
	font-size:11px;
}

.footerMenu a 					{color:#DFA911;text-decoration:none;font-weight:bold;}
.footerMenu a.noline 			{color:#DFA911;text-decoration:none;font-weight:bold;}
.footerMenu a:link 			{text-decoration:none;font-weight:bold;}
.footerMenu a:visited 			{color:#DFA911;text-decoration:none;font-weight:bold;}
.footerMenu a:active 			{text-decoration:none;font-weight:bold;}
.footerMenu a:hover 			{color:#ffffff;text-decoration:none;font-weight:bold;}


/* Forms
=====================================================================*/



/* Images
=====================================================================*/

.imgborder {
padding: 0px;
border: 1px solid #402804;
}

.imgborderwhite {
padding: 0px;
border: 1px solid #ffffff;
}


