/* CSS Document */
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	
}

body {
	background-color: #CCCCCC;
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #FFFFFF}


.style3 {font-weight: bold}

.style4 {font-size: xx-large}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: italic;
}
.style7 {font-size: 9}
.style9 {font-size: 10px}
.style10 {font-size: 10px; font-weight: bold; }
.style12 {font-size: x-small}
