/* Basic Elements */

body {
	background-color:black;
	width: 8in;
}

a:link{color:red; text-decoration:none;}
a:visited{color:red; text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{color:white}

h1{
	width:340px;
	height:40px;
	background-repeat: no-repeat;
}
h1 span {display:none;}

h2{font-family:impact, sans-serif; color:white; letter-spacing:2pt}

h3,h4,h5,h6{color:white; font-weight:bold}

p,blockquote{color:white}

address {
	color:white;
	font-size: 10pt;
	display: block;
	clear:both;
	margin-top: 15px;
}

td,th {color:white}

table {display:block;}

/* Classes */

p.underHR {
	display: inline;
}

a.tdmenu:link {
	font-size:13px;
	font-family:impact,sans-serif;
	letter-spacing:2pt;
	text-decoration:none;
	text-align:center;
	color:black;
	border:none;
	}

a.tdmenu:visited {
	font-size:13px;
	font-family:impact,sans-serif;
	letter-spacing:2pt;
	text-decoration:none;
	text-align:center;
	color:black;
	border:none;
	}

a.tdmenu:hover {
	color:white;
	border:none;
	text-decoration: none;
	}
	
a.img {border:none;}

.menubar {
	margin-bottom: 20px;
}

/* Div's */
#extrasContents {
	background-color: #000000;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#global {
	margin: 0px;
	height: 100%;
	width: 100%;
}
#global td.address {
	vertical-align: bottom;
	margin-top: 10px;
}
#global td.page {
	vertical-align: top;
}
#header {
	margin-left:.3in;
}
#news img {
	margin:5px;
}