body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
}

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

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#990000;
	font-weight:bold;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
a:link {
	color: #000099;
}

a:visited {
  color: #000099;
}

a:hover {
color: #000099;
	
}

a:active {
	color: #000000;
}

.maintable {
	border: thin double #000000;
}

#navlist li {
	list-style-type: square;
	color: #993300;
}
.content{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}
