/* CSS Document */

BODY { 
background: white url("images/back.gif");
background-repeat: repeat-y;
background-position: center;
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 16pt;
font-size: 11px;
text-align: justify;
color:#666666;
margin: 0 auto;
padding: 0;
border:0;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0099CC;
	line-height: 10pt;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#0099CC;

	}
	
.bold {
	font-weight: bold;

	}	
