a {
	border-bottom: 1px dotted #3366FF;
	color: #3366FF;
	text-decoration: none;
}

a.forum {
	border-bottom: 0px;
	color: #3366FF;
	text-decoration: none;
}

a.configure {
	border-bottom: 0px;
	text-decoration: none;
}

a.extern {
  border-bottom: 1px dotted #990000;
	color: #990000;
	text-decoration: none;
}

a.home {
	border-bottom: 0px;
	color: #990000;
	text-decoration: none;
}

a.nav {
	border-bottom: 0px;
	color: #888888;
	text-decoration: none;
}

a.home:hover, a.nav:hover {
	border-bottom: 0px;
	color: #0066CC;
	text-decoration: none;
}

a.nav_selected {
	border-bottom: 3px solid #FF9933;
	color: #0066CC;
	text-decoration: none;
}

a.nav_extern {
	border-bottom: 0px;
	color: #990000;
	text-decoration: none;
}

a.noborder {
	border-bottom: 0px;
	text-decoration: none;
}

body {
	margin: 0px;
  padding: 0px;
	color: #666666;
}

body, p, table, select {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	border: 1px solid #999999;
}

input.noborder {
	border: 0px solid white;
}

input.selected, textarea.selected {
	background-color: #EEEEEE;
}

label.error {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
}

label.site {
  background-color: transparent;
	color: white;
	font-family: Geneva, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;	
	padding-right: 10px;
}

label.underline {
	border-bottom: 1px dotted;
}

table {
	width: 100%;
}

table.alternate {
	border: 1px solid #DDDDDD;
}

td.bottomBordered {
	border-bottom: 1px solid #DDDDDD;
}

td.column_header {
	font-weight: bold;
}

td.credits {
	color: #AAAAAA;
	padding-right: 10px;
	text-align: right;
}

td.forum_msg {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

td.forum_msg_header, td.forum_msg_body {
	padding-left: 8px;
}

td.forum_cmt_header, td.forum_cmt_body {
	padding-left: 25px;
}

td.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 224px;
	width: 605px;
}

td.headerTail {
	background-image: url(../images/header_tail.gif);
	background-repeat: repeat-x;
  height: 224px;
	text-align: right;
	vertical-align: middle;
}

td.leftPane {
	border-right: 1px solid #CCCCCC;
	padding: 10px;
}

td.nav_down {
	color: #888888;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

td.nav_top {
	color: #888888;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

td.rightPane {
	padding: 10px;
}

td.topBordered {
	border-top: 1px solid #DDDDDD;
}

th {
	background-color: #DDDDDD;
	font-weight: bold;
}

tr.odd {
	background-color: white; 
}

tr.even {
	background-color: #EEEEEE; 
}

.abstract {
	color: #888888;
	font-size: 12px;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.disclaimer {
	color: #999999;
	font-size: 10px;
	font-style: italic;	
}

.normal {
	font-style: normal;
	font-weight: normal;
}

.pointer {
	cursor: pointer;
}

.smallcaps {
  font-size: 12px;
  font-variant: small-caps;	
}

.spot {
 background-color: #EEEEEE;
 border: 5px solid #EEEEEE;
}

.title {
	color: #888888; 
	font-size: 14px;
	font-weight: bold;
}
