body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 36px; 
	margin-top: 0 0 10px 0;
	padding: 0px;
	color: #3399ff;
}

p, td {
	font-family: Verdana, Arial;
	font-size: 12px;
}

.boxtop {
	margin: 0;
	height: 16px;
	width: 100%;
	background-color: #325A7B
}


/* BEGIN link styles */
a {
	color: #e6e6e6;
	text-decoration: none; 
	font-size: 9px;
	font-weight: bold;
} 

a:hover {
	color: #888888;
	text-decoration: none; 
}

/*

a:visited {
	color: #e6e6e6;
}
*/
/* END link styles */


/* ************************************************ */
#nav {
	padding-top: 18px;
	padding-bottom: 0px;
}

.nav_item {
	margin-top: 0px;
	margin-left: 16px;
	margin-bottom: 10px;
}
#nav .nav_item a {
	font-size: 14px;
}


/* ************************************************ */




/* BEGIN colors */
.orange {
	color: #ce8652;
}

.red {
	color: #ce3031;
}

.blue {
	color: #73829c;
}

.black {
	color: #000000;
}

.smalltype {
	font-size: 12px;
}

.ltblue {
	color: #3399ff;
}
/* END colors */
