a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #0052FB;
}
a:active {
	text-decoration: none;
	color: #0052FB;
}

body
{
	background-repeat: repeat;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 16px;
	background-color: #D6D6C0;
}

.MainWindow {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	background-color: #B5B792;
	color: #192D45;
}
.RightWindow {
	background-image: url(mid_right.gif);
	width: 58px;
}
.LeftWindow {
	background-image: url(mid_left.gif);
	width: 58px;
}
