/* CSS Document */
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C90B38;
	font-size: x-large;
}
.style3 {color: #000000}
.style5 {font-size: x-small; }
.style6 {font-size: large}
.style7 {
	color: #C90B38;
	font-weight: bold;
}
.style1 {color: #000000; font-family: "Times New Roman", Times, serif; }
.style8 {color: #ff0000; font-family: "Times New Roman", Times, serif; }
.style9 {color: #C90B38}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}
a:link {
	color: #C90B38;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C90B38;
}
a:hover {
	text-decoration: underline;
	color: #FF7070;
}
a:active {
	text-decoration: none;
	color: #C90B38;
}