body {
	background-color: #000000;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
.navbar {
	background-color: #006699;
	background-image: url(images/navbar.jpg);
}
a.topnav {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #000000;
	display: block;
	background-color: #375E85;
}
.loginbar {
	background-image: url(images/login-bg.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
}
a:hover.topnav {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}
.main {
	padding: 10px;
}
h1 {
	font-size: 16px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.toplink-strap {
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
.toplinks {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.enter {
	font-size: 24px;
	color: #0033CC;
	text-decoration: underline;
}
a.black {
	color: #000000;
	text-decoration: none;
}
.style1 {font-size: 11px}select {
	width: 140px;
	margin: 3px;
}

a.blue {
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
}

