/* CSS Document */

body {
	background-color: #FFFFFF;

}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

a:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;

}

a:visited {
	color: #000000;
	text-decoration: none;

}

a:hover {
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;

}

a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.style5 {
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {color: #FF0000}
.style7 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}