*
{
	font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, verdana, sans-serif;
	font-size : 11px;
/*	line-height: 16px;
	font-weight: 300;*/
}





body
{
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	
	overflow:auto;
	
	scrollbar-base-color: #FA0000;
	scrollbar-3dlight-color: #ED8E00;
	scrollbar-arrow-color: #FA0000;
	scrollbar-darkshadow-color: #ED8E00;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #ED8E00;
	scrollbar-track-color: #000000;
}


.contentMain a
{
  color: #ED8E00;
  text-decoration: none;
}


.contentMain a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}


.contentRight a
{
  color: #ED8E00;
  text-decoration: none;
}


.contentRight a:hover
{
  color: #FFFFFF;
  text-decoration: none;
}


.contentMain td
{
  color: #FA0000;
  vertical-align: top;
}


.contentRight td
{
	color: #ED8E00;
	vertical-align: top;
}


.contentLeft td
{
  color: #FA0000;
  vertical-align: top;
}


.headline
{
	font-weight: bold;
	text-decoration: underline;
}

.image td
{
	border-width:1px;
	border-style:solid;
	border-color:#FA0000;

}


ul 
{
    margin: 0; padding: 0;
	margin-left: 14;
}


.subNavigation a
{

	color: #FA0000;

}


.subNavigationOn a
{

	color: #ED8E00;

}


.subNavigationOn a:hover
{

	color: #ED8E00;

}


.subNavigation a:hover
{

	color: #ED8E00;
	
}


textarea
{
	text-decoration: none;
	background-color: White;
	border: 1px #FA0000 solid;
	width: 290px;	
}


.singleLine 
{
	height: 17px;
	overflow : hidden;
}

.submitButton
{        
       text-decoration: none;
       background-color: White;
	   border: 2px #FA0000 solid;
	   width: 100%;
}