/* CSS Document */

body{
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	FONT-SIZE: 12PX;
	background-color: #000000;
	}
	
	
a:link{
	color: #657686;
	text-decoration: none;
	}
	
a:active{
	color: color: #657686;
	text-decoration: none;
	}
	
a:visited{
	color: #485c6f;
	text-decoration: none;
	}
	
a:hover{
	color: #8394A8;
	text-decoration: underline;
	}	
	
	
	
.btm_nav{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12PX;
	color: #FFFFFF;
	}
	
	
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	text-align:justify;
	}
	
.content a:link{
	color: #657686;
	text-decoration: none;
	}
	
.content a:active{
	color: color: #657686;
	text-decoration: none;
	}
	
.content a:visited{
	color: #485c6f;
	text-decoration: none;
	}
	
.content a:hover{
	color: #8394A8;
	text-decoration: underline;
	}	
	

.contentTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #485C6F;
	font-weight: normal;
	font-style: normal;
	line-height: 125%;
	}
	
.contenth2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #485C6F;
	font-weight: bold;
	font-style: normal;
	line-height: 125%;
	}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #485C6F;
	font-weight: bold;
	font-style: normal;
}

input{
color: #000000;
background: #FFFFFF;
border: 1px solid #8394A8
}




	
	

