/*used for main header*/
H1 {
	color: #ffffff;
	font-size: 14px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-left: 0px;
	}

/*used for subhead*/
H2 {
	color: #ffffff;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	margin-left: 0px;
	}


P {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

BODY {
	background-color:#000000;
	background-image: url(images/circle_large.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	}

I { font-size: 12px }

#nav a img { border: none }	
#nav img { border: none }
table #nav, #nav td, #nav tr { border: none }

/*links are underlined*/ 
A:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
	font-style: oblique;
	}

A:visited { 
	color: #FFFFFF;
	font-size: 12px; 
	text-decoration: underline;
	font-style: oblique;
	}

A:hover { 
	color: #FFFFFF;
	font-size: 12px; 
	text-decoration: none;
	font-style: oblique;
	}

A:active { 
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-style: oblique;
	cursor: wait;
	}

