body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	color: rgb(0, 0, 0); 
	background-color: rgb(204, 204, 204);
	background-image: url(images/bg.jpg);
	background-repeat: x-repeat;
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}


.maintable {
	background-color: rgb(255, 255, 255); 
	width: 800px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	font-size: 12px;
}

.menu {
	background-color: rgb(204, 204, 204); 
	width: 100%; 
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	font-weight: bold;
}

.menucell {
	text-align: center; 
	width: 15%; 
	font-weight: bold; 
	font-family: Helvetica,Arial,sans-serif;
}

.content {
	height: 370px; 
	text-align: left; 
	vertical-align: top;"
}


