body {
	background-color: #000066;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 20px;
	color: #33ccff;
}

h2 {
	font-size: 18px;
	color: #33ccff;
}

h3 {
	font-size: 16px;
	color: #33ccff;
}

h4 {
	font-size: 14px;
	color: #33ccff;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}
.maintable {
	width: 700px;
}

.menutable {
	background-image: url(/img/menu/circle.jpg);
	background-repeat: no-repeat;
	width: 288px;
	margin: 0px;
	padding: 0px;
}

.menurows {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	padding-top: 5px;
	white-space: nowrap;
}


.menurows a:link {
	color: #000066;
	text-decoration: none;
}

.menurows a:visited {
	color: #000000;
	text-decoration: none;
}

.menurows a:hover {
	color: #dd0000;
	text-decoration: underline;
}

.footer {
	font-size: 12px;
	color: #0066FF;
	padding: 20px;
}

a:link {
	font-weight: bold;
	color: #0066ff;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #dd0000;
	text-decoration: underline;
}

