/* CSS Document */


.style1 {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
.style1 a{
	font-family: tahoma;
	font-size: 11px;
	color: #333333; text-decoration:none;
}
.style1 a:hover{
	font-family: tahoma;
	font-size: 11px;
	color: #333333; text-decoration:underline;
}

.bgrd
{
	background-image: url("../images/bgrd.jpg");
	
	background-position: center top;
	background-color:WHITE;
}

.style2 {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.style3 {
	font-family: tahoma;
	font-size: 16px;
	color: #666666; 
	
}
