body {
	background-color: #C1C8A6;
	margin: 9px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu:link {
	color: #2A67C1;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	color: #2A67C1;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #3C2504;
	font-weight: bold;
	text-decoration: underline;
}

.newstxt{
	color: #444444;
	margin-left: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 65%;

}

.bigtxt{
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
	font-variant: normal;
	text-decoration: none;
	font-size: 75%;

}

.blacktxt{
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	font-size: 11px;

}

.whitetxt{
	color: #ffffff; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;

}

.tabletxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.tabletxtbold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#navigation {
   float: left;
   width: 260px;
   padding : 0px 17px 5px 17px;
   background-color : #E6EED7;

}

#navigation a {
			display: block;
			color: #000000;
			padding: 3px 3px 3px 3px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 70%;
			font-style: normal;
			font-weight: normal;
			color: #33391D;
			text-decoration: none;
			vertical-align : bottom;
			background-color : #E6EED7;
			background-repeat : repeat-x;
			border-bottom: 1px dashed #4B532A;
			}
					
		#navigation a:hover {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 70%;
			font-style: normal;
			font-weight: normal;
			color: #33391D;
			text-decoration: none;
			background-color: #ffffff;
			color: #000000;
			background-color : #C5D1AF;
			background-repeat : repeat-x;
	}