BODY {
	margin: 1em;
	padding: 0;
	font-family: Arial;
	/* font-family: Arial, Helvetica, sans-serif;*/ 
	background-color: Black;
	color: #ECECEC;
}
.spacerRow{
	background-repeat: repeat-x;
	background-image: url(/csimg/rowspacer.png);
	height: 11px;
}
.navRow{
	background-repeat: repeat-x;
	background-image: url(/csimg/navBack.png);
	height: 30px;}
.tagline {
	font-family: Tahoma;
	font-size: 12pt;
	color: #B9C7D7;
	text-align: left;
}

divtxt{
	overflow: visible;
	overflow-x: hidden;
	overflow-y: hidden;
}
.tiny{
	font-size: 1pt;
	color: Black;
}
h1
{
	font-size: 18px;
	text-align: center;
	color: #B9C7D7;
	font-family: Tahoma;
}
.MainH1
{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #B9C7D7; 
	/* color: #672E0C; */
}
.subHeading1{
	font-size: 16px;
	text-align: center;
	color: #B9C7D7;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	text-align: center;
	color: #B9C7D7;
}
.subHeading3{
	font-size: 12px;
	text-align: center;
	color: #B9C7D7;
	font-weight: bold;
	font-family: Tahoma;
}
h3
{
	font-size: 12px;
	text-align: center;
	color: #B9C7D7;
	font-family: Tahoma;
}
p{
	font-family: Arial;
	color: #B9C7D7;
	font-size: 12px;
	text-align: center;
}
.copyright{
	color: #B9C7D7;
	font-size: 10px;
	width: 792px;
	text-align: center;
}

ul{
color: #B9C7D7;
	font-size: 12px;
}
ol{
color: #B9C7D7;
	font-size: 12px;
	font: italic;
}
a:link {
	
}

a
{
	color: #B9C7D7;
	text-decoration: underline;
}
a:hover
{
	color: #B5B5B5;
	text-decoration: overline;
	font-weight: bold;
}

a:visited
{
	color: #B5B5B5; /* #F5F5DC; */
	text-decoration: underline;
} 

HR{
	color: White ;
}

.sponsor{ 
	
	color: #6D5A32;
	font-size: 12px;
}
/* used by ppcart*/
.formoption{
	color: #6D5A32;
	font-size: 12px;
}
  
.form_lists{
	background-color: #6D5A32;
	color: White;
	scrollbar-base-color: #6D5A32;
	scrollbar-arrow-color: #D3C2A0;
	scrollbar-Darkshadow-color: #A97D27;
}       