body  {
	background-color: #000031;
	text-align: center;
}


.main  {
	background-image: url(graphbg1.gif);
	background-repeat: repeat;
	border: 2px solid rgb(0, 51, 153);
	width: 780px;
	margin: 0 auto;
	padding: 6px;
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	text-align: center;

}

.bodyText {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}


div.nav {
	width: 250px; height: 20px;
	background-color: #36f;
	padding: 0;

}


div.nav a  {
	display: block;
	margin: 0; padding: 6 0 0 0;
	width: 100%; height: 100%;
	font-size: 9px;
	font: normal small-caps small Verdana,sans-serif; color: white;
	text-align: center;
	text-decoration: none;
	background-color: #36f;
}

div.nav a:hover {
	background-color: #c09;
}

div.nav a:active {
	color: blue;
}

p.title  {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: x-large;
	color: #99ccff;
	text-align: center;
}

p   {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #69c;
	margin: 0;
	padding: 0 0;
	text-align: left;
}

p.header {
	font-weight: bold;
	color: #ff33cc;
	font-size: small;
	font-style: italic;header
}

	
div.snew {
	text-align: center;
	font-size: small;
	color: #cff;
}



a:link { color: #3366ff; }
a:visited {color: #3366ff; }
a:active: { color: #ffff66; }
a:hover: { color: red; }

	
	
