body {
	background-color: #3366CC;
	background-attachment: fixed;
	background-image: url(img/bgpage.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #94C5F5;
	text-decoration: none;

}
.content {
	background-color: #325188;
	border: 1px solid #A4D2F9;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(img/bgcontent.jpg);

}
.copyright {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
	background-image: url(img/bar.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
.titlepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #406BB3;
	
}

.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.advertisment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6386C7;
}
.contentheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6688C8;
}
a:link {
	color: #95B8DB;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
		text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
a:active {
	color: #00CCFF;
		text-decoration: none;
}
.subcategory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5897DE;
	font-size: 10px;
}

