/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Verdana, Helvetica, serif, sans-serif;
	font-size: 12px;
	color: #333333;
	}
	
a:link {
	color: #003769; text-decoration: none;
}
a:visited {
	color: #000033; text-decoration: none;
}

a:hover { 
	color:#999999; text-decoration: none;
}
		
.maintitle {
	font-weight: bold; 
	font-size: 18px;
	color: #666600;
	}
.subtitle {
	font-size: 15px;
	color: #003769;
	}
.subsubtitle {
	font-size: 13px;
	color: #666600;
	font-weight: bold; 
	}
.subtitlecontrast {
	font-size: 14px;
	color: #666666;
	}

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