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

body {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.highlightText {
	color: #FF0000;
}

a {
	color: #FF0000;
	text-decoration: none;
}

.normgrey {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normgreylink {
	color: #580000;
}

.normgreySM {
	font-size: 11px;
	background-color: #202020;
	padding: 5px;
}

.normorangeHeader {
	color: #FF9900;
	font-weight: bold;
	font-size: 16px;
}

.normRedHeader {
	color: #8d0000;
	font-weight: bold;
	font-size: 16px;
}

.normorange {
	color: #FF9900;
	font-weight: bold;
	font-size: 11px;
}

.normred {
	color: #8d0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.normbluefeature {
	color:#000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.normblack {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}