@charset "windows-1252";
body {
	background: #222e4b ;
	font: 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
 } 
p 	{
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: white;
font-size: 13px;
font-weight: none
}
a { color: #FFFFFF;
    text-decoration: none;
    border-bottom: solid 1px;
    padding-bottom: 1px;
}
a:hover, a:active { border: none; color: #a8b1b7;  
}
a:visited {color:#a8b1b7;  
}	
h1 { font-size: 16px;
	border-bottom: outset;
	width: 100%;
}		
#column {
        float: left;
		width: 600px;
		margin-right: 15px;
		line-height: 18px;
		text-align: left;
		padding-left: 25px;
		padding-right: 13px;
}		   