
body {
	background-color: #333333;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
}

table {
	border: 1px solid black;
}

.navtitle {
	font-weight: bold;
	color: #FF6600;
}

a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: large;
	font-weight: bold;
	color: #FF6600;
}

.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
}

h2 {
	font-size: medium;
	font-weight: normal;
	color: #000066;
}

input {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: small;
}

textarea {
	font-family: Tahoma, Verdana, Arial, "Trebuchet MS";
	font-size: small;
}

