body {
	background-color: #B0C4DE;
	scrollbar-face-color: #B4BEC8;
	scrollbar-highlight-color: #EBE6D7;
	scrollbar-shadow-color: #8C829B;
	scrollbar-3dlight-color: #8C829B;
	scrollbar-arrow-color: #6666CC;
	scrollbar-track-color: #D3D3D3;
	scrollbar-darkshadow-color: #90A4BA;
	background-image: url(skin/backy.gif);
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited {
	color: #4682B4;
	text-decoration: none;
	border-bottom: thin dotted #778899;
	font: 14px;
	font: bold;
	letter-spacing: 2px;
	vertical-align: middle;
	padding-left: 5px;
}
a:hover		{
	text-decoration: none;
	color: #C71585;
	font: bold 16px;
}
hr	{
	height: 10px;
	border: 0px double #9999CC;
	border-top-width: medium;
}

.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }

textarea, select, input{
	color: #483D8B;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color: #AFD2CD #B0E0E6 #B0C4DE #ADD8E6;
	background: #DCDCDC;
}

li{
	list-style: circle url(skin/bullet.gif);
	padding: 1px;
}

table{
	border: thin dashed #9370DB;
}
}