body
{
	background-image: url('left_res/bg.png');
	background-repeat: no-repeat;
	background-color: lightblue;
	/*background-color: #89ADED;*/
	font-family: "Verdana";
	font-size: 10pt;
	/* background-attachment: fixed; */
	/*font-weight: bold*/
/* 	scrollbar-face-color: #008FF2;
	scrollbar-shadow-color: #B20000;
	scrollbar-highlight-color: #FF0000;
	scrollbar-3dlight-color:#FF0000;
	scrollbar-darkshadow-color: #B20000;
	scrollbar-track-color: #FFE8C1;
	scrollbar-arrow-color: #FF0000; */

}
a:link,a:visited
{
	text-decoration: none;
	color: Navy;
}
a:visited
{
	/*
	font-style: italic;
	*/
}
a:active
{
	text-decoration: none;
	border: 1px solid;
	color: red;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: Red;
}
td,tr,table
{
	font-family: "Verdana";
	font-size: 8pt;
}
FORM
{
	margin-top: -10px;
	margin-bottom: 5px
}
head
{
background: #EDEDED;
}