.background {
	background-image: url(/images/bgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	scrollbar-arrow-color:WHITE;
	scrollbar-track-color:#3F3F3F;
	scrollbar-shadow-color:#D6D6D6;
	scrollbar-face-color:#173180;
	scrollbar-highlight-color:#D6D6D6;
	scrollbar-darkshadow-color:#135184;
	scrollbar-3dlight-color:#135184;
	
 }
	A:hover {color: #000000;}
	.text1	{FONT-FAMILY: verdana; FONT-SIZE: 10px; text-align : center;}

.a1 A:link { color: blue; text-decoration: underline }
.a1 A:active { color: blue; text-decoration: underline }
.a1 A:visited { color: blue; text-decoration: underline }
.a1 A:hover { color: white; text-decoration: underline ; background: #173180 }
span.a1

.a2 A:link { color: white; text-decoration: underline }
.a2 A:active { color: white; text-decoration: underline }
.a2 A:visited { color: white; text-decoration: underline }
.a2 A:hover { color: #173180; text-decoration: underline ; background: black }
span.a2
	{}