span
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans Serif;
	font-size: 10pt;
	color: black;
}

span.footer
{
	color: black;
	font-weight: bold;
	font-size:12px;
}

span.header
{
	color: black;
	font-weight: bold;
	font-size:20pt;
}


span.subheader
{
	color: black;
	font-weight: bold;
	font-size:16pt;
}

body 
{
	background-color: black;	
	background-repeat: no-repeat;
	margin: auto;
}

p
{
	text-align: justify;
}

#body_content
{
	background-image: url();
	width:807px;	
	text-align: justify;
}

#footer 
{
	background-color: black;
	width:1200px;
}

.footer_nav
{
	text-decoration:none;
}

a.footer_nav
{
	color: white;
}

a.footer_nav:hover
{
	color: goldenrod;
}

.menu_nav
{
	text-decoration:none;	
}

a.menu_nav
{
	background-color: 006699;
	color: white;
}

a.menu_nav:hover
{
 	background-color: 66cc33;
	color: white;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;	
	font-weight: bolder;
	font-style: normal;
	color: goldenrod;
}

a:hover {
color: red;
}

table.bodytext
{
	background-color: black;
	width:807px;
}
	
td.bodytext
{
	background-image:url(images/text.gif); 
	background-repeat: no-repeat;
}

