body {
	font-family: arial;
	font-size: 12px;
	color: white;
	background-color: #8F8FA7;
	scrollbar-3dlight-color:#8F8FA7;
    scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #8F8FA7;
	scrollbar-darkshadow-color: #8F8FA7;
	scrollbar-face-color: #8F8FA7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;

}
.title {
	background-color: #5C5C67;
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

a:link, a:active, a:visited {
	font-family: arial;
	font-size: 12px;
	color: #FFF894;
	text-decoration: none;
}

a:hover {
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}

.navigation {
	font-family: arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	border-bottom: 1px #FFFFFF solid;
	text-align:center;
}


