body {
SCROLLBAR-ARROW-COLOR: #56755A;
SCROLLBAR-BASE-COLOR: #01161A;
SCROLLBAR-FACE-COLOR: #01161A;
SCROLLBAR-HIGHLIGHT-COLOR: #56755A;
SCROLLBAR-SHADOW-COLOR: #01161A;
SCROLLBAR-3DLIGHT-COLOR: #01161A;
SCROLLBAR-TRACK-COLOR: #01161A;
SCROLLBAR-DARKSHADOW-COLOR: #01161A;
}

body {
	cursor: default;
	background-color: #01161A;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

div, body,td	{
	font-family: Arial;
	font-size: 12px;
	color: #B4BEA9;
	text-align: justify;
}



.head
{
	font-family: Verdana;
	color: #D2792B;
	     border-top: 1px solid #AEB06E;
             border-bottom: 1px solid #AEB06E;
             border-left: 1px solid #AEB06E;
             border-right: 1px solid #AEB06E;
             background-color: #56755A;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 100%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
}




.head2
{
	font-family: Verdana;
	color: #56755A;
	     border-top: 0px;
             border-bottom: 0px;
             border-left: 0px;
             border-right: 0px;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 100%;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}



A {
	text-decoration: none;
	font-size: 12px;
	cursor: default;
	font-weight: normal;
		color: #B4BEA9;

}
 
A:link {
	text-decoration: none;
             border-bottom: 1px solid #56755A;
	font-size: 12px;
	font-weight: normal;
		color: #56755A;

}

A:visited {
 	text-decoration: none;
             border-bottom: 1px solid #033A3E;
	font-size: 12px;
	font-weight: normal;
		color: #033A3E;


}
A:hover {
	text-decoration: none;
             border-bottom: 1px solid #D2792B;
	cursor: crosshair;
	font-size: 12px;
	font-weight: normal;
	color: #D2792B;
}