body, a, p, th, td, li, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

body {
	margin: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}

a.menu {
	color: black;
	text-decoration: none;
}
a.menu:link {
	color: black;
	text-decoration: none;
}
a.menu:visited {
	color: black;
	text-decoration: none;
}
a.menu:hover {
	color: black;
	text-decoration: none;
}
a.menu:active {
	color: black;
	text-decoration: none;
}
a.menu:inactive {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 6px;
}
h1.panel {
	font-size:14px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 3px;
}
h2.panel {
	font-size:13px;
	font-weight: bold;
	color: #003366;
	margin-bottom: 0px;
}

th.colored {
	background-color: #003366;
	color: white;
	text-align: left;
}
.dark {
	background-color: #ECF4FF;
	color: #444444;
	vertical-align: middle;
}
.light {
	background-color: #E2EAFD;
	color: #444444;
	vertical-align: middle;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.white {
	color: white;
}
.small {
	font-size:10px;
}


p {
	margin-top: 6px;
	margin-bottom: 6px;
}
table.list {	
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: none;
	border-right: none;
}
div.topten {
	font-size:10px;
	text-align: left;
	width: 250px;
	border: solid 1px black;
	background-color: #ECF4FF;
	padding: 5px;
	padding-bottom: 10px;
}

input,select {
	background-color: #ECF4FF;
}
input.button {
	border: solid 1px #003366;
	background-color: #E2EAFD;
	cursor: pointer;
}
input.inactive {
	color: #888;
}
textarea { background-color: #ECF4FF;
	scrollbar-base-color: black;
	scrollbar-face-color: black;
	scrollbar-track-color: white;
}


td#leftpanel {
	width: 194px;
	height: 500px;
	background-color: #c2c2ee;
	padding: 3px;
	vertical-align: top;
}
td#content {
	width: 570px;
	padding: 10px;
	vertical-align: top;
	border-left: solid 1px black;
	border-top: solid 1px black;
}
td#rightpanel {
	width: 32px;
	background-image: url(img/blizzard.gif);
	background-repeat: no-repeat;
	background-color: #c2c2ee;
	vertical-align: top;
	border-top:solid 1px black;
}