/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(/images/background.jpg) repeat-x;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#4D6275;
	}
a{
	color:#333;
	text-decoration:none;
	}
a:hover{
	color:#000066;
	text-decoration:underline;
}

a.white{
	color:#FFF;
	text-decoration: none;
}
a.white:hover{
	color:#FFF;
	text-decoration: none;
}
input.in{
	border: 1px solid #BFBFBF;
}
.style1 { background-color: #F5F4F4; cursor: hand;} 
.style2 { background-color: #FFFFFF; cursor: hand;} 
