a {
	text-decoration: none;
}

a:link{
	color: #FFFF99;
}

a:active{
	color: Yellow;
}

a:hover{
	color: White;
	cursor: move;
}

a:visited {
	color: #FFFF99;
}

a.nav {
	color: #003333;
}

a.nav:visited {
	color: #003333;
}

body {
	scrollbar-3dlight-color: Black;
	scrollbar-arrow-color: #CCFFCC;
	scrollbar-base-color: #003333;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: #003333;
	scrollbar-highlight-color: #6C895F;
	scrollbar-shadow-color: #6C895F;
	scrollbar-track-color: #003333;
}

body.main {
	background: #003333;
	background-image: url("site_media/background.gif");
}

body.content {
	background: #003333;
}

table {
	color: #FFFFFF;
	font: 8pt Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input, textarea, button
{
	font-size: 9pt;
	color: #003333;
	background-color: #f5f5f5;
	font-family: tahoma, sans-serif;
	border: 1px solid #6C895F;
}

.indent {
	text-indent: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
