body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #000;
	background-image: url(/images/main/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding-left: 30px;
	padding-right: 14px;
	text-align: justify;
	padding-top: 10px;
}


.top {
	text-decoration: none;
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	}


	
.top a:link {
	text-decoration: none;
	color: #999;
	}
.top a:visited {
	text-decoration: none;
	color: #999;
	}
.top a:hover {
	text-decoration: none;
	color: #FFF;
	}
.top a:active {
	text-decoration: none;
	color: #999;
	}
.titles {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #CC120C;
}


.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size: 11px;
	text-align: right;
	padding-right: 18px;
	font-weight: bold;
	padding-top: 8px;
}

.copyright a:link {
	text-decoration: none;
	color: #999;
	}
.copyright a:visited {
	text-decoration: none;
	color: #999;
	}
.copyright a:hover {
	text-decoration: none;
	color: #FFF;
	}
.copyright a:active {
	text-decoration: none;
	color: #999;
	}
