body {
	background-color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat;
}
a {
	color: #0033cc;
}
a:visited {
	color: #cc6633;
}
#header {
	background-color: #666666;
	background-image: url(msctopbar2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 760px;
}
.nav_top {
	position: relative;
	background-color: transparent;
	width: 550px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	/*border:thin solid #FF0000;*/
	float: right;
	top: 171px;
	right: 15px;
}
.nav_top div {
		
}
body > nav_top div{
}
.nav_top a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.nav_top a:hover {
	background-color: #FF9900;
	color: #ffffff;
	text-decoration: none;
}
.nav_top a:visited {
	color:#cccccc;
}
