/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	}

td {
	font:13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
a {
	border-width: 10;
	color: #CCCCCC;
	}

a:hover {
	color: #990000;
	}

ul li {
	color:#990000;
	}

ul li span {
	color: #FFFFFF;
	font-weight: bolder;
}

/* ID Styles */

#navigation a {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:normal;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#navigation a:hover {
	color:#990000;
	font-weight:bold;
	}

/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing:normal;
	font-size: 13px;
	}
	
.pageName{
	font:30px Arial, Helvetica, sans-serif;
	color: #990000;
	line-height:normal;
	letter-spacing:normal;
	font-weight: bolder;
	font-size: 26px;
	}
	
.inlineLink {
	color: #FFFFFF;
	line-height:16px;
	letter-spacing:normal;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

.inlineRed {
	color: #990000;
	line-height:16px;
	letter-spacing:normal;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tableHeader{
	color:#990000;
	font-weight:bold;
	font-size: 15px;
}

.copyrightNotice {
	font-size: 11px;
	color: #FFFFFF;
}
