body {
background: #333333;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
}

div.auto    {
	height: 140px; 
	width: 370px; 
	overflow: auto; 
	margin-left: 0px;
	font-size: 12px;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
	line-height: 12px;
	padding: 5 10 5 11;
}

.auto A {font-family: verdana; font-size: 12px; color: #ff6600; text-decoration: none; line-height: 16px;}
.auto A:Hover {
	color: #ff0000;
	text-decoration: none;
}

h1	{
	font-size: 16px;
	color: #006600;
	font-family: verdana;
	text-decoration: underline;
	line-height: 10px;
	padding: 0 0 0 0;
	
}

.nav	{
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
	line-height: 12px;
	padding: 3 10 3 10;
	font-weight: normal;
}

.nav A {color: #ffffff; text-decoration: none;}
.nav A:Hover {
	color: #ff6600;
	text-decoration: none;
}




.regular
{
	font-size: 12px;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
}
.regular A {color: #ff6600; text-decoration: none; font-weight: normal;}
.regular A:Hover {color: #ff0000; text-decoration: none;}



.copyright	{
	font: 10px Verdana, Arial;
	color: #999999;
	text-decoration: none;
	line-height: 16px;
	padding: 2 20 2 20
}

.copyright A {color: #ff6600; text-decoration: none; font-weight: normal;}
.copyright A:Hover {color: #ff0000; text-decoration: none;}

.border	{
border-width: 1;
border-style: solid;
border-color:cccccc; 
}

.box
{
	border-width: 6px;
	border-style: solid;
	border-color:#999999;
}
	
.boxtext
{
	font: 11px Verdana, Arial;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	padding: 12px 20px 12px 20px;
}
.boxtext A {color: #0099ff; text-decoration: none; font-weight: bold;}
.boxtext A:Hover {color: #0099ff; text-decoration: underline; font-weight: bold;}
.boxtext A:Visited {color: #0099ff; font-weight: bold;}
.boxtext A:visited:Hover {color: #0099ff; text-decoration: underline; font-weight: bold;}

.table	{
	font-size: 12px;
	color: #000000;
	font-family: sans-serif;
	text-decoration: none;
	line-height: 16px;
	padding: 10 0 10 0
}

.table A {color: #ff6600; text-decoration: none; font-weight: normal;}
.table A:Hover {color: #ff0000; text-decoration: underline;}


/* Lists */

UL
{
	margin:10px 0 1.2em 0;
	padding-left:30px
}

OL
{
	margin:10px 0 1.2em 20px;
	padding-left:30px
}


UL LI
{
	color:#333333;
	margin:0 0 .3em 0;
	padding:0 0 1px 2px;
	line-height:1em;
}

OL LI
{ 
	color:#333333;
	margin:0 0 .3em 0;
	padding:0 0 1px 2px;
	line-height:1em
}

/* Standard style for input tags */

input
{
	color: #000000;
	font-family: helvetica, verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}


/* Standard style for textarea fields */

textarea
{
	color: #000000;
	font-family: helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}


/* Standard style for select tags */

select
{
	color: #000000;
	font-family: helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}

/* Style for drop down menus (desired width can be set in page code) */

.dropdown {
	font-size: 12px;
	border: 1px solid #767676;
	font-family: geneva, sans-serif;
	color: #000000;
	width: 250px;
}

