@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bk.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#EE028B;
}

.style1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:24px;
}
.style2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:24px;
font-weight:bold;
}

.footer{
font-size:10px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
}

.footer2{
font-size:11px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #000000;
}


