/* CSS Document */

<!--

body {

	background-color: #8E7F68;

}

body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #333333;

}

a:link {

	color: #6C6A41;

	text-decoration: none;

	font-weight: bold;

}

a:visited {

	color: #6C6A41;

	text-decoration: none;

	font-weight: bold;

}

a:hover {

	color: #669933;

	text-decoration: underline;

	font-weight: bold;

}

a:active {

	color: #6C6A41;

	text-decoration: none;

	font-weight: bold;

}

.tablefont {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	color: #FFFFFF;

}

.newstitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	color: #669933;

}

.newsdate {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 10px;

	color: #999999;

}

.newsbody {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 12px;

	color: #666666;

}

.pagetitle {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 14px;

	color: #669933;

}

.input {

	background-color: #E7E7C2;

	font-family: verdana;

	font-size: 12px;

	color: #000000;

	border: 1px solid #000000;

	padding: 5px; 	

}

.password {

	background-color: #E7E7C2;

	font-family: verdana;

	font-size: 12px;

	color: #000000;

	border: 1px solid #000000;

	padding: 5px; 	

}

.button {

	background-color: #E7E7C2;

	font-family: verdana;

	font-size: 12px;

	color: #000000;

	border: 1px solid #000000;

	padding: 3px;

	cursor: hand; 	

}

.forumtopic {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: bold;

	font-size: 12px;

	color: #669933;

}

.forumtext {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;

	font-size: 12px;

	color: #666666;

}

#ContentFrame {
position: relative;
width: 690px;
margin: 7px auto;
text-align: left;
background: #ffffff;
min-height: 99%; /* this is where inheritance stops */
}

/* if you remove this then the container disappears in IE */
*html #ContentFrame {
width: 690px;
height: 99%;
} 


-->
