body, p, td, li {
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
	color: #000000;
}

body {
	text-align: center;
}

a {
	color: #004080;
	text-decoration: none;
}

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

input, select, textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 10pt;
}

#Wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: clip;
}

#TopMenu {
	text-align: right;
}

#TopMenu a {
	font-weight: bold;
}

#Header {
	width: 100%;
	overflow: auto;
	font-size: 16pt;
	font-weight: bold;
}

#SearchBar {
	width: 100%;
	background-color: #E4F2FD;
	padding: 5px;
	margin: 2px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#Searchbar form {
	margin: 0px;
	padding: 0px;
}

#Sidebar {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}

#Content {
	width: 600px;
	float: left;
	margin-left: -5px;
	margin-bottom: 10px;
}

#Sidebar ul {
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
}

#Sidebar ul li{
	list-style:none;
	border-bottom:1px solid #ddd;
}

.TopMenu a {
	font-size: 10pt;
	font-weight: bold;
}

.Title {
	font-size: 15pt;
	font-weight: bold;
	color: #000000;
}

.SubTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

.Tree {
	font-size: 8pt;
	text-transform: lowercase;
}

.ListingTable {
	border: 1px solid #8FB0C0;
}

.ListingTable td {
	padding: 2px;
	height: 15px;	
}

.HeaderRow td {
	background-color: #8FB0C0;
	font-weight: bold
}

.AltRow td {
	background-color: #F0F0F0;
}

.SelectedRow td {
	background-color: #D0DADF;
}

.GreyedRow td, .GreyedRow a {
	color: #808080;
}

.ListQuestions {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.ListQuestions li {
	border-bottom: 1px solid #E0E0E0;
}

.ListQuestions li.AltRow {
	background-color: #F0F0F0;
}

.QuestionTitle {
	font-weight: bold;
	font-size: 11pt;
}

.NewPost {
	font-weight: bold;	
}

.FormTable {
	border-collapse: collapse;
}

.FormTable td {
	border: 1px solid #C0C0C0;
}

.FormLabel {
	background-color: #F5F5F5;
	font-weight: bold;
}

.GreyBox {

	background-color: #F7F7F7;
	border: 1px;
	border-color: #808080;
	border-style: solid;
	padding: 5px;
}

.Help {
	cursor: help;
}

.Error {
	font-weight: bold;
	color: #FF0000;

}

.Label {
	font-weight: bold;
}

.Date {
	color: #808080;
	text-transform: lowercase;
}