a:link,a:active,a:visited {
	text-decoration: underline;
	color: #602C06;
	}
	
a:visited {
	text-decoration: underline;
	color: #DB8F58;
	}
	
a:hover {
	text-decoration: none;
	color: #242424;
	}

body {
	background: #242424;
	color: #111111;
	font-family: Verdana;
	font-size: 11px;
	}
	
body.frame {
	background: #DBDBDB;
	}

table,tr,td {
	font-size: 11px;
	}

table.brown {
	background: #8F5D39;
	font-size: 11px;
	}
	
table.gray {
	background: #DBDBDB;
	font-size: 11px;
	}
	
.date {
	font-weight: bold;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	}
	
.banner {
	margin: 1px 1px 3px 0;
	}
	
.h1 {
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	}
	
.h2 {
	font-weight: bold;
	}
	
.newsdate {
	font-style: italic;
	color: #602C06;
	}
	
input,textarea,select {
	color: #000000;
	background: #ffffff;
	border: 1px solid #111111;
	font-size: 11px;
	font-family: Verdana;
	}
	
input.button {
	padding: 3px 3px 3px 3px;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-weight: bold;
	font-size: 11px;
	}