@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:justify;
	line-height:18px;
	margin:0px;
	background-color: #000000;
}

hr{
	height:1px;
	color:#CCCCCC;;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration:underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.nav{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#5CA1EF;
	padding-bottom:10px;
}

.btn{
background-color:#333333;
border:1px solid #999;
color:#ffffff;
cursor: hand;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
width:100px;
}

.input-text{
	border:1px solid #000000;
	color:#333333;
	font-family:Arial, Helvetica, Verdana,  sans-serif;
	font-size:11px;
	padding-left:2px;
	width:150px;
}

.footer{
	font-size:11px;
	text-align:center;
}


