/* CSS Document */


body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.20;

}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	background-color:#000000;
	
}

a:link, a:visited, a:active {
	color: #555555;
	text-decoration: none;
 }
 
 hr {
 
 line-height: 2px;
 color:#3F92BD;
 background-color:#3F92BD;
 }

A:hover {
 color: #000000;
 text-decoration:underline;

}



/*--------------------------------------------------------------------*/

  .whitetext {
	color: #FFFFFF;
	  line-height: 1.50;
  }
  
    .whitetextlink {
	color: #FFFFFF;

  }
  
  .whitetextsmall {
	color: #FFFFFF;
	font-size: 10px;
    line-height: 1.50;
  }
  
    .header_white {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
  }
  
  .footer {
	font-size: 10px;
	  
  }
  
   .header {
	font-size: 15px;
  }

/*--------------------------------------------------------------------*/

  #table_white {
	background-color: #FFFFFF;
 }
 

   #table_content_center {
	padding-left: 10px;
  	padding-right: 10px;
   	padding-top: 10px;
   	padding-bottom: 10px;
	background-color: #FFFFFF;
 }
 
 #table_menu_padding {
   	padding-top: 10px;
   	padding-bottom: 10px;
 }
 
 #table_menu_cell {
 	text-align:center;
	border-top: 5px solid #000000;
	padding-top: 6px;
	border-bottom: 1px solid #000000;
    padding-bottom: 6px;
	
 }

 #home_divider {
   	border-right: 1px solid #000000;
	padding-top: 10px;
   	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
 }
 
  #home_divider_right {
	padding-top: 10px;
   	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:top;
 }


