/* CSS Document */

.style1 {
	font-family: Tahoma, "Times New Roman";
	color: #cc0000;
}
.style2 {font-family: Tahoma, "Times New Roman"}
.tableborder {
	border: thin solid #999999;
}
.style3 {
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, "Times New Roman";
	color: #CB6300;
}
body {
	background-color: #F4F4DB;
}
.style4 {font-family: Georgia, "Times New Roman", Times, serif}
.style5 {
	color: #cc0000;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:hover {
	color: 5B5BFF;
}
.style10 {font-size: x-large; font-weight: bold; font-style: italic; color: #cc0000; }
