body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, p, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #84AEC8;
	display: inline;
}

a:link { color:#ffffff; text-decoration:underline;}
a:visited { color:#ffffff; text-decoration:underline;}
a:hover { color:#84AEC8; text-decoration:underline;}
a:active { color:#ffffff; text-decoration:underline;}

a.newsnav:link { font-size:11px; color:#aaaaaa; text-decoration:none;}
a.newsnav:visited { font-size:11px; color:#aaaaaa; text-decoration:none;}
a.newsnav:hover { font-size:11px; color:#ffffff; text-decoration:underline;}
a.newsnav:active { font-size:11px; color:#aaaaaa; text-decoration:none;}

.newsnavpadding {
	padding: 0 20px 0 3px;
}

.border {
	border: 1px solid #aaaaaa;
}

.current {
	padding: 0 20px 0 3px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 165px center;
}

.bg-right {
	background-image:url(../images/core/bg-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-left {
	background-image:url(../images/core/bg-left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-content {
	background-image:url(../images/core/bg-content.jpg);
	background-position: center 150px;
	background-repeat: no-repeat;
}