body, td, input, textarea, select, option {
	font-family: verdana, sans-serif;
}

body {
	background: #ffffff;
	margin: 0px;
}

input {
	border-width: 1px;
	border-color: #aaaaaa;
}

form {
	margin: 0px;
}

option {
	color: #000000;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #1144BB;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border-style: none;
}

ol, ul {
	margin-left: 30px;
	margin-top: 10px;
}

li {
	margin: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.submit {
	cursor: pointer;
	border-width: 1px;
}

input, textarea {
	font-size: 11px;
}

select {
	font-size: 10px;
}

body, td {
	font-size: 12px;
}

aa.mainNav:link, a.mainNav:active, a.mainNav:visited, {
	font-size: 10px;
	font-weight: bold;
	color: white;
}

a.mainNav:hover {
	color: #cccccc;
	text-decoration: underline;
}

.mainNavOn {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #333333;
	background: #818181;
}

.mainNavOff {
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #333333;
	background: #525252;
}

.innerTitle {
	font-weight: bold;
	font-size: 12px;
}

.content {
	padding: 0px 5px 10px 10px;
}

.box {
	border: 1px solid black;
	border-left-style: none;
	border-bottom-style: none;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.surround {
	border: 1px solid black;
	border-right-style: none;
	border-top-style: none;
}