/* Global Styles */

body {
	margin:0px;
	background-color: #100000;
	}
li {
	list-style-image: none;
	list-style-type: none;
}
	
td {
	color:#FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #FF9900;
	text-decoration: none;
	}
	
a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

/* Class Styles */
	
.bodyText {
	color:#FF9900;
	line-height:22px;
	margin-top:0px;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	}

.nav {
	background-image: url(images/redline.jpg);
	border: thin none #FFFFCC;
	color: #FF9900;
	font-size: 12px;
	width: 85px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin: 0px;
	background-repeat: repeat-x;
	height: 19px;
	background-color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: oblique;
	color: #FF9900;
	letter-spacing: 8px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position: bottom;
}
a.body:link {
	text-decoration: underline;
}
a.body:hover {
	text-decoration: none;
}
a.body:visited {
	text-decoration: underline;
}
a.body:active {
	text-decoration: underline;
}



.rightnav {
	background-image: url(images/redline.jpg);
	width: 20px;
}
.leftnav {
	background-image: url(images/redline.jpg);
	width: 4px;
}
.news {
	filter: Light;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	text-align: center;
	padding: 3px;
}
