/* For General Page Formatting*/
body  {
	background-color : Black;
	border : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : left;
	color : White;
	font-size : 10px;
	width : 750px;
	margin : 0;
	margin-top : 0px;
	margin-left : 0;
}

/* Used For Formatting Links in Content Sections*/
a:link  {
	color : Lime;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	color : Lime;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

a:hover  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

a:active  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

/* Used For Formatting Links to sections, Titles, etc.*/
a.titles:link  {
	color : Lime;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
}

a.titles:visited  {
	color : Lime;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	text-decoration : none;
	font-weight : bold;
}

a.titles:hover  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
}

a.titles:active  {
	color : White;
	font-family : Verdana;
	font-size : 13px;
	text-decoration : none;
	font-weight : bold;
}

/* End Titles Links Formatting*/
div  {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
}

/* Used for formatting input fields*/
input  {
	font-family : "Courier New";
	font-size : 12px;
	font-weight : normal;
}

/* Normal Paragraph Formatting*/
p.normal  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	color : White;
	text-align : justify;
}

/* Normal Table Formatting*/
table  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	text-align : justify;
}

th  {
	background-color : Black;
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : justify; 
	text-decoration : none;
	font-weight : bold;
}

tr  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify; 
	text-decoration : none;
	color : White;
}

td  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	text-decoration : none;
	color : White;
}

/* Formatting for main content table*/
td.content  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	text-decoration : none;
	color : White;
	border : none;
}

/* Format header table appearance, etc.*/
table.header  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	text-decoration : none;
	border : none;
	color : White;
	width : 750px;
	margin : 0px;
}

tr.header  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-align : justify;
	text-decoration : none;
	color : White;
	width : 750px;
	border : none;
	margin : 0px;
}

td.header  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	text-decoration : none;
	color : White;
	width : 750px;
	border : none;
	margin : 0px;
}

/* Navbar appearance formatting*/
table.navbar  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	text-decoration : none;
	border : none;
	color : White;
	width : 750px;
}

tr.navbar  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	text-decoration : none;
	color : White;
	width : 750px;
	border : none;
}

td.navbar  {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : justify;
	text-decoration : none;
	color : White;
}

td.navbarleft  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	text-decoration : none;
	color : White;
	width : 113px;
}

td.navbarmiddle  {
	background-color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : justify;
	text-decoration : none;
	color : White;
	width : 13px;
	border : none;
}

td.navbarright  {
	background-color : Navy;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : right;
	text-decoration : none;
	color : Black;
	width : 620px;
	border : none;
	font-weight : bold;
}

/* Used to format Sidebar appeareance*/
td.sidebar  {
	background-color : #010485;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	text-decoration : none;
	color : White;
	width : 113px;
}

/* Used to format Poll questions and results*/
td.results  {
	background-color : #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
	text-decoration : none;
	color : White;
	width : 105px;
}

/* table and tr classes needed for Netscape*/
table.graph  {
	background-color : White;
}

tr.graph  {
	background-color : White;
}

td.graph  {
	background-color : White;
}

/* Can be deleted once all references to class="linkheader" is changed to class="titles"*/
a.linkheader:link  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

a.linkheader:active  {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

a.linkheader:hover  {
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

a.linkheader:visited  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
	font-weight : normal;
}

/* Format Link descriptions on links pages*/
span.linkbody  {
	color : Silver;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : none;
}

/* Not sure what this is used for*/
p.title  {
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	text-decoration : none;
	text-align : center;
}

td.newsheader  {
	font-size : 13px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : italic;
	background-color : Navy;
	color : White;
}

p.footer  {
	font-size : 9px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	background-color : Black;
}

