body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323232;
}
body {
	background-color: #ffffff;
	margin: 2px;
}
a:link, a:visited, a:active {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a.speedbar:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}
a.speedbar:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a.menu2:link, a:visited, a:active {
	color: #444444;
	text-decoration: none;
}
a.menu2:hover {
	color: #0086be;
	text-decoration: none;
	font-weight: bold;
}

form {
	margin: 0;
}
h1 {
	font-size: 16px;
	color: #0086be;
}

.menu {
	padding: 10px;
	width: 240px;
	vertical-align: top;
	font-size: 12px;
	color: #0086be;

}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	font-color: #0086be;
	margin: 0;
		padding: 0;
	padding-left: 8px;
}
.current {
	font-weight: bold;
}
.content {
	background-color: #F5f5f5;
	height: 500px;

	vertical-align: top;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}