html, body { background-color: #181713; margin: 0em 0em 0em 0em; }
a { text-decoration: none; }
a.link { text-decoration: underline; color: #787878; }
a.link:hover { color: #333333; }


.boldnav a:link           {color: #000033; text-decoration: none;}
.boldnav a:hover          {color: #666666; text-decoration: none;}
.boldnav a:visited           {color: #000033; text-decoration: none;}
.boldnav a:visited:hover           {color: #000033; text-decoration: none;}

.nav a:link           {color: #FF0000; text-decoration: none;}
.nav a:hover          {color: #CCCCCC; text-decoration: none;}
.nav a:visited           {color: #FF0000; text-decoration: none;}
.nav a:visited:hover           {color: #FF0000; text-decoration: none;}

.subnav a:link           {color: #FF0000; text-decoration: none;}
.subnav a:hover          {color: #CCCCCC; text-decoration: none;}
.subnav a:visited           {color: #FF0000; text-decoration: none;}
.subnav a:visited:hover           {color: #FF0000; text-decoration: none;}

.footercopy a:link           {color: #333333; text-decoration: none;}
.footercopy a:hover          {color: #999999; text-decoration: none;}
.footercopy a:visited           {color: #333333; text-decoration: none;}
.footercopy a:visited:hover          {color: #333333; text-decoration: none;}



.header
{
	vertical-align: top;
	padding: 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
    font-style: italic;
	font-weight: bold;
	color: #555555;
}

.subheader
{
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-style: normal;
	font-weight: bold;
	color: #444444;
}


.description
{
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-style: normal;
	font-weight: normal;
	color: #999999;
}

.content
{
	text-align: left;
	padding: 0px;
	border-left: 0px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #181713;
}



