/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #13CAF7;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0000FF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
#CenterAllFloaters {
	width:100%;
}
#MainPage {
	padding:5px;
	width:768px;
}
#PageBody {
	background-color:#FFFFFF;
	width:100%;
}
#LeftNavigation {
	background-color:#EEEEEE;
	float:left;
	padding:3px;
	width:183px;
}
#LeftNavigation a, #LeftNavigation a:visited, #LeftNavigation a:active {
	display:block;
	padding:3px;
}
#LeftNavigation a:hover {
	background-color:#DDDDDD;
	padding:3px;
}
#PageContent {
	background-color:#FFFFFF;
	float:right;
	padding:3px;
	width:571px;
}
#PageFooter {
	color:#777777;
	float:left;
	padding:3px;
	width:100%;
}
#Login {
}
.highlight {
	background-color:#FFFF00;
}