body {
	background-color:#000000;
	/*background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center;*/
    width:760px;
	text-align:left;
	margin:0 auto;
	position:static;	
	font-family:Tahoma;
	font-size:11px;		
	color:#FFFFFF;
}

.dashed_line {
 	border-top: 1px dashed #3b63a2;
	height:1px;
}

.solid_line {
	border-top: 1px solid #3b63a2;
	height:1px;
}

a img{
    border-style:none;
}
a:hover img{
    border-style:none;
}

a, a:link, a:visited {
	color:#000000;
    text-decoration:none;
	
}
a:hover{
	color:#0066CC;
    text-decoration:none;
}

.footer {
 	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 14px;
	width:760px;
}

.content {
	padding-top: 4px;
	padding-left: 10px;
	width:570px;
}

.content-title {
    border-bottom:1px solid #3b63a2;
	color: #3b63a2;
	font-size:18px;
	

}

.content li{
	margin:0 15px 0 15px;

}

.content ul{
	margin:0 15px 0 15px;
	padding:0 15px 0 15px;
}

.content input, select, textarea{
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#404040;
}
