@charset "iso-8859-1";
/* CSS Document */




body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg4.jpg);
}




span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal
}


span.style1 {
	color: #FFFFFF;
	letter-spacing: 1pt;
	line-height: 1.3;
}


span.style2 {
	color: RED;
	letter-spacing: 1pt;
	line-height: 1.3;
	font-weight: bold;
}

span.style3 {
	color:#996600;
	font-size: large;
	letter-spacing: 1pt;
	
}

span.style4 {
	color:#0000CC;	
	font-size: large;
	font-weight: bold;
}


span.style5 {
	color:#333333;	
	font-size: 9px;
}


span.style6 {
	color: #FFFFFF;
	letter-spacing: 1pt;
	font-size: large;
	font-weight: bold;
	
}


a.two:link {
    color: #ffffff; text-decoration: none
}

a.two:visited {
    color: #ffffff; text-decoration: none
}

a.two:active {
    color: #ffffff;
}

a.two:hover {
	text-decoration: underline;
	color: #ffffff
}






