/* -------------------------------------------------------------------------- */
/* Basic */

body {
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a, a:visited {
	color: #FFCC00;
	font-family: helvetica;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

a.backtohome, a.backtohome:visited {
	color: #FFCC00;
	font-family: helvetica;
	font-size: 10px;
}

div {
	color: #ffffff;
	font-family: helvetica;
	font-size: 12px;
	margin-bottom: 15px;
}

div.content {
	padding: 0px 0px 0px 0px;
	margin: 30px 30px 15px 50px;

}

div.menu, a.menu {
	color: #FFCC00;
	font-family: helvetica;
	font-size: 12px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;

}

div.headline {
	font-size: 22px;
	font-weight: 700;
}

div.subhead {
	color: #4893CB;
	font-size: 16px;
	font-weight: 700;

}

div.copyright {
	color: #333333;
	font-family: Arial;
	font-size: 10px;
}


div.social {
	color: #FFCC00;
}


div.quote {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/* -------------------------------------------------------------------------- */
/* End of File */
/* -------------------------------------------------------------------------- */

