body {
	font-family: Arial, Helvetica, sans-serif;
	
	background-color: #FFFFFF;

}
div.container {
    width: 88.45%;
	background-image: url('bg.jpg');
	background-repeat: repeat;
	background-position: 0px 0px;

}
div.outer {
	width:100%;
	background-color: #ffffff;
	text-align: center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {

	color: #003300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 20px;
	text-align: left;

}