@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px auto 10px auto;
}

p {
	line-height: 1.5em;
}

a img {	border:0; }

h1 {
	font: bold italic 24px Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 2px #C00;
	margin-bottom: -8px;
}
h2 {
	font: bold italic 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: -8px;
}

a:link { color: #0000FF; }
a:visited { color: #003399; }
a:hover { color: #FF6600; }
a:active { color: #CC0000; }

#container {
	width: 955px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background:#FFFFFF;
	padding: 0 25px 0 25px;
	margin: 0;
}

.copyright {
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	color:#FFCC00;
	text-align: center;
}
.smalltext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.imageTopRight {
	float: right;
	margin: 0 0 5px 10px;
}
