/*-----------------*/
/*Basic HTML Styles*/
/*-----------------*/
/*.reg	                { font-family: Arial,Arial,Helvetica,Sans-Serif; background-color:#CC6600; font-size: 8pt; }
*/
/*body,*/ 
td,
input,
select,
textarea				{ font-family: Arial,Arial,Helvetica,Sans-Serif; font-size: 9pt; color: #CC9933}

body 					{ margin: 0px 0px 0px 108px }
table					{ background:#660000;}

.hr						{ background:#660000;}
.mustard				{ background:#663300;}
.yellow					{ background:#cc9933;}
.header0				{ COLOR: #CC9933; FONT-FAMILY: "Times New Roman",Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 26pt; }
.header1				{ COLOR: #CC9933; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 12pt; }
.header1bl				{ COLOR: #000000; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 12pt; }
.header1br				{ COLOR: #663300; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 12pt; }
.header2				{ COLOR: #CC9933; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 10pt; }
.header3				{ COLOR: #CC9933; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 9pt; }
.header4				{ COLOR: #000000; FONT-FAMILY: Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; font-size: 9pt; background-color:#CC6600;}
.footer					{ COLOR: #CC9933; FONT-FAMILY: Arial,Helvetica,Sans-Serif; font-size: 7pt;}
.smalltxt				{ COLOR: #CC9933; FONT-FAMILY: Arial,Helvetica,Sans-Serif; font-size: 7pt;}

.border					{ border-color : #663300;} 

/*
#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 400px;
	height: 0px;
	z-index: 200;
}
*/
/*-----------*/
/*backgrounds*/
/*-----------*/
.swlogo_bg 	{ 	background-image : url(images/swlogo.gif);
					background-repeat : no-repeat;
					background-position : top left;
				}

.auto_bg 	{ 	background-image : url(images/automotive_fade.gif);
					background-repeat : no-repeat;
					background-position : right;
				}
				
.western_bg 	{ 	background-image : url(images/western_fade.gif);
					background-repeat : no-repeat;
					background-position : right;
				}

.monument_bg 	{ 	background-image : url(images/monument_fade.gif);
					background-repeat : no-repeat;
					background-position : right;
				}
	
.stan_bg 	{ 	background-image : url(images/stan_fade.gif);
					background-repeat : no-repeat;
					background-position : right;
				}
				
/*-----*/
/*Links*/
/*-----*/
A.href:link 			{ color: #CC6600 }
A.hrefsmall:link 		{ color: #CC6600; FONT-FAMILY: Arial,Helvetica,Sans-Serif; font-size: 7pt; }
A.href:visited 			{ color: #FFCC66 }

A:link 			{ color: #CC6600 }
A:visited 			{ color: #FFCC66 }


/*-----*/
/*Nav*/
/*-----*/
#navigation a {
	font:12px Arial, Helvetica, sans-serif;
	color: #E5C991;
	border-style: solid;
	border-width:1px;
	border-color:#663300;
	font-weight:bold;
	text-decoration: none;
	line-height:16px;
	display:block;
	padding: 0px 3px;
	background:#660000;
	}
	
#navigation a:hover {
	color:#660000;;
	background: #CC9933;
	}

/*-----*/
/*Menu*/
/*-----*/

.lowText { text-decoration: none; color: #000000; font: 14px "Times New Roman",Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; }
.lowTextSmall { text-decoration: none; color: #000000; font: 12px "Times New Roman",Arial,Helvetica,Sans-Serif; FONT-WEIGHT: bold; }
.highText { text-decoration: none; color: #000000; font: 16px "Times New Roman",Arial,Helvetica,Sans-Serif;FONT-WEIGHT: bold;}
.MainitemBorder { border: 1px solid #663300 }
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #CCCCDD} 
.menubg { color: #660000 }