/* CSS Document */

body {
	background-color:#000000;
	background-position: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-image: url(../1images/back.jpg);
	}
	
a:link {
	color: #8c1c00; text-decoration: none;
}
a:visited {
	color: #8c1c00; text-decoration: none;
}

a:hover { 
	color:#781b00; text-decoration: none;
}
		
.maintitle {
	font-weight: bold; 
	font-size: 18px;
	color: #781b00;
	}
.subtitle {
	font-size: 15px;
	color: #d95100;
	}
.subsubtitle {
	font-size: 13px;
	color: #333333;
	font-weight: bold; 
	}
.subtitlecontrast {
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: Tahoma, Verdana, Helvetica, serif, sans-serif;
	font-size: 12px;
	color: #333333;
	}
