.home a
{
	color:black;
	text-decoration:none;
}

a
{
	color:#808080;
	text-decoration:none;
	font-size:9;
	font-family:Arial,Helvetica,sans-serif;
}

.header a
{
	font-size: 10px;
}

.nav_text
{
	color: gray;
	font-size:9;
	font-family:Arial,Helvetica,sans-serif;
}

.current_page
{
	color: #FF0000;
}


.text_box 
{
	width: 196; 
	position: relative; 
	font-family: Arial; 
	font-size: 10px; 
	border-right: #CCCCCC 1px solid; 
	border-top: #808080 1px solid; 
	border-left: #808080 1px solid; 
	color: #808080; 
	border-bottom: #CCCCCC 1px solid;
	padding-left: 2px;
}

select
{
	width: 196; 
	position: relative; 
	font-family: Arial; 
	font-size: 10px; 
	border-right: #CCCCCC 1px solid; 
	border-top: #808080 1px solid; 
	border-left: #808080 1px solid; 
	color: #808080; 
	border-bottom: #CCCCCC 1px solid;
}

.label
{
	font-family: Arial;
	font-size: 10px;
	color: gray;
}

.black_label
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.error
{
	font-family: Arial;
	font-size: 12px;
	color: red;
}

.list_table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.list_table th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #808080;
}

.form_table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.form_table th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #808080;
}

.form_table td
{
	color: gray;
}

.register_table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.red 
{
	color: #FF0000;
}


.largered 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}


.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.secondary_button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

.divider
{
	width: 100%;
	border-bottom: 1px solid #808080;
}

.info_table 
{
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: white; 
	background-color: #808080;
}

.info_table td
{
	padding-left: 20px;
}

.opaque 
{
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
}

.stat_table
{
	font-family: Arial;
	font-size: 10px;
	color: #808080;
}

.stat_table th
{
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 1px dotted #808080;
	text-align: left;
}
