body {
	background-color: #060D13;
	background-image: url('/images/bggradient.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	color: 333333;
}

a.menu {
	color: #848484;
	text-decoration: none;
}

a.menu:hover {
	color: #333333;
}

img {
	border: #848484 double;
	margin-right: 10px;
}

table.main {
	width:800px;
	background-color:#FFFFFF; 
	border: 3px #FFFFFF solid;
	font-size: 12px;
}

td.menu {
	height: 18px;
	width: 95px;
	background-image: url('/images/menubg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 12px;
	border-bottom: #848484 1px solid;
}

td.menu_selected {
	height: 18px;
	width: 95px;
	background-image: url('/images/menubg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 12px;
	border-bottom: #FFFFFF 1px solid;
}

td.content {
	height:540px;
	padding: 20px;
}
