/* CSS Document */

body {
	background-image: url(images/index2_02.gif);
	background-repeat: repeat-x;
	background-color: #333333;
}

.Style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.Style2 {
	font-size: 10px;
	font-weight: bold;
	color: #E20055;
	font-style: italic;
}
.Style3 {font-size: 16px; font-weight: bold; color: #E20055; }
.Style4 {font-size: 16px; font-weight: bold; color: #E20055; font-family: Verdana, Arial, Helvetica, sans-serif; }
.Style5 {
	font-size: 10px;
	font-weight: bold;
	color: #E20055;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style6 {font-size: 10}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E20055;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
}
