/* CSS Document */

body {
	background-image: url(images/bg_2.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
	line-height:20px;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #330099;
	line-height:30px;
}
.style8 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color: #CC3333;
	line-height:30px;
	padding:5px;
	border:#FF9999 dashed 1px;
	background-color:#FFFFC4;
}
.style4 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #FFFF00;
}
.style7 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color:#3300FF;
}
.style5 {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 11px;
}
.style6 {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF33;
}
a:active {
	text-decoration: none;
	color: #FFFF33;
}
-