/* CSS Document */

body { 
	margin:0; 
	padding:0; 
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
	background-position: left;	
	background-color:#000000;
	
}

h1 
{
	margin:0; padding:0 0 3px 0;
	font-size:21px;
	font-weight:bold;
}

/** Generic content Heading **/
h2
{
	margin:0; 
	font-color: #FFFFCC;
	font-size:16px;
	
}

h3
{
	margin:0; padding:0 0 3px 0;
	font-size:15px;
	font-weight:bold;
}


.navtext {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFCC;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.navtext2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	color: #999999;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subnav {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size:21px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.subnav2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}