body {
	margin: 10px;
	padding: 10px;

}
body,td,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00ADEF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}

.menulink {
	color: #FFFFFF;
	text-decoration: none;
}
.menulink:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.menulink:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.menulink:hover {
	color: #005265;
	text-decoration: none;

}

.borderbar {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #333333;
	background-color: #006A8F;

}
.borderbarbottom {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #006A8F;
	color: #FFF;
}
.spacer {
	background-color: #DFF9FF;
}
.maincontentarea {
	padding: 5px;
}
h1 {
	font-size: 23px;
	color: #333333;
}
h2 {
	font-size: 15px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
}
ul {
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
}
p {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #006A8F;
	text-decoration: underline;
}
a:visited {
	color: #006A8F;
	text-decoration: underline;
}
a:hover {
	color: #00ADEF;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}
