/* CSS Document */

.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
}
.style3 {
	color: #696969;
	font-size: 9px;
	font-family: Tahoma;
}
.style3:link {
	color: #696969;
	font-size: 9px;
	font-family: Tahoma;
	text-decoration: underline;
}
.style3:hover {
	color: #CC0000;
	font-size: 9px;
	font-family: Tahoma;
	text-decoration: none;
}
.style4 {
	font-family: Tahoma;
	font-size: 9px;
	color: #333333;
}
.style5 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
.style6 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #CB1010;
	letter-spacing: -1px;
}