/* CSS Document */
body {

	background-color: #6D6D6D;

}

.style1 {

	font-family: Tahoma;

	font-size: 11px;

	color: #0000;

}
.style2 {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.style3 {
	color: #990827;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

