@charset "ISO-8859-1"; 
* html {
	float: left;
	}
div#preload { display: none; }
body {
	background:#fff none repeat scroll 0 0;
 	font-family:georgia,garamond,serif;
 	font-style:italic;
	font-size:11pt;
	margin:0;
	padding:0;
	text-align:left;
	line-height: 1.4;
	color:#fff;
}
.small{
		font-size:9pt;
}
hr {
border:none;
border-top: 1px solid #000000;
color: #FFFFFF;
background-color: #FFFFFF;
height: 1px;
 }
A {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	outline-style: none;
	display:block;
	}
	
A:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2982b3;
	text-decoration: none;
	outline-style: none;
	}
.box{
	padding:10px;
}
.box:hover{
   background-color:#f4f4f4;
}
IMG {
	border: none;
	}

