* {
	font-family: verdana, sans-serif;
}

table {
	border-spacing:0px;
	padding: 0px;
}

td {
	vertical-align: top;
	padding-right:10px;
	padding-left:0px;
	font-size: 8pt;
}

p {
	font-size: 10pt;
}

input {
	font-size: 10pt;
}

input.checkbox {
	height: 13px;
	width: 13px;
}

p.good {
	font-size: x-large;
	color: green;
}

p.bad {
	font-size: x-large;
	color: red;
}

p.small, table.small td {
	font-size: 7pt;
	color: gray;
}

h1,h2,h3,p {
	margin-bottom: 0;
	margin-top: 6px;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
	font-weight: normal;
}

h3 {
	font-size: 8pt;
}

td.banner {
	background-color: black;
	color:white;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td.menu {
	border-bottom: 1px dashed #BBB;
	padding-top:5px;
	padding-bottom:5px;
}

td.menu a {
	text-decoration: none;
	color: #555;
	border-bottom: none;
}

#left {
	background-color:black;
	background-image: url('/img/background.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#middle {
	background-color:white;
	padding: 20px;
}

#right {
	background-color:black;
	background-image: url('/img/background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.clean {
	text-decoration: none;
	border-bottom: none;
}

#nav {
	margin:0;
	padding:0;
	background:#808259 url('/img/navbar.png') 0 0 repeat-x;
	float:left;
	width:620px;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
	/*background:#808259 url('img/navbar.png') 0 0 repeat-x;*/
}

#nav a:link,
#nav a:visited {
	color:#000;
	/*padding:7px 0px 7px 20px;*/
	margin: 6px 0px 0px 20px;
	float:left;
	width:104px;
	height:24px;
	font-size: 16px;
	border: none;
	text-decoration: none;
	color:white;
}

#nav a:hover {
	text-decoration:underline;	
}
