/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #336699;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bolder;
	color: #003399;
	}
	
h2 {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}



a:link {
	color: #000099;
	text-decoration:none;
}
a {
	font-size: 14px;
}
body,td,th {

}
a:visited {
	color: #000099;
	text-decoration:none;
}
a:active {
	color: #000099;
	text-decoration:none;
}
a:hover {
	color: #000099;
	text-decoration:underline;
}


