/* CSS Document */

body {
    background-color: #320200;
	background-image: url(graphics/bkgrd.jpg);
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:10pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:10pt;	
}

.bodytext4 {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:10pt;	
}

.bodytext5 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;	
}

.bodytext6 {
	font-family:"Trebuchet MS";
	color:#572017;
	font-size:10pt;	
}

.midtext1 {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:9pt;	
}

.midtext2 {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:9pt;	
}

.midtext3 {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:9pt;	
}

.midtext4 {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:9pt;	
}

.midtext5 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:9pt;	
}

.midtext6 {
	font-family:"Trebuchet MS";
	color:#572017;
	font-size:9pt;	
}

.smalltext1 {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:8pt;	
}

.smalltext2 {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:10pt;	
}

.smalltext2-v2 {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:8pt;	
}

.smalltext3 {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:8pt;	
}

.smalltext4 {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:8pt;	
}

.smalltext5 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:8pt;	
}

.smalltext6 {
	font-family:"Trebuchet MS";
	color:#572017;
	font-size:8pt;	
}

.xsmalltext1 {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:7.5pt;	
}

.xsmalltext2 {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:7.5pt;	
}

.xsmalltext3 {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:7.5pt;	
}

.xsmalltext4 {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:7.5pt;	
}

.xsmalltext5 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:7.5pt;	
}

.xsmalltext6 {
	font-family:"Trebuchet MS";
	color:#572017;
	font-size:7.5pt;	
}

.title18-maroon {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:18pt;	
}

.title14-maroon {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:14pt;	
}

.title18-orange {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:18pt;	
}

.title14-orange {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:14pt;	
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #000045;
	text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff; 
	 text-decoration:underline;
}

a.menu_top {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:10pt;	
	text-decoration:none;
}

a.menu_bottom {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:8pt;	
	text-decoration:none;
}

a.link_emailtop {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:8pt;	
	text-decoration:underline;
}

a.clickhere {
	font-family:"Trebuchet MS";
	color:#a84c3f;
	font-size:8pt;	
	text-decoration:none;
}


/*Hyperlink Hover Style*/
a.menu_top:hover {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:10pt;	
	text-decoration:none;
}

a.menu_bottom:hover {
	font-family:"Trebuchet MS";
	color:#e3ca56;
	font-size:8pt;	
	text-decoration:none;
}

a.link_emailtop:hover {
	font-family:"Trebuchet MS";
	color:#ead9ae;
	font-size:8pt;	
	text-decoration:underline;
}

a.clickhere:hover {
	font-family:"Trebuchet MS";
	color:#eb8230;
	font-size:8pt;	
	text-decoration:underline;
}

/*Border Styles*/
.border_maroon1 {
	border: 1px solid #a84c3f;
}

.border_maroon2 {
	border: 2px solid #a84c3f;
}

.border_maroon4 {
	border: 4px solid #a84c3f;
}

.border_orange1 {
	border: 1px solid #eb8230;
}

.border_orange2 {
	border: 2px solid #eb8230;
}

.border_orange4 {
	border: 4px solid #eb8230;
}

.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0cf41;
}


