@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	font-size: 12px
}
body {
	background-color: #9999FF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}

.style3 {
	font-size: 12px;
	font-weight: normal;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	font-size: 10px
}

td {
	text-align: left;
}
a:link {
	font-style: normal;
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #2B00D5;
	text-decoration: underline;
}
