﻿#leftmenu a {
	font: 12px Arial, Helvetica, sans-serif;
	background: #9E3B04;
	font-weight:bold;
	color: #ffffff;
	line-height:17px;
	letter-spacing:0.05em;
	text-align:center;
	text-decoration: none;
	display:block;
	padding:0px 1px 0px 1px;
	border: medium outset #800000;
	}
#leftmenu a:hover {
	background: #eee8cd;
	color:#4e0303;
	}

/* Class Styles */

#menu {
	font: 11px Arial, Helvetica, sans-serif;
	background: #9CA788;
	font-weight: bold;
	color: #ffffff;
	line-height: 17px;
	text-align: center;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
	border: medium outset #696A65;
}

#menu a {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.2em;
	text-decoration:none;
	}
	
#menu a:hover {
	color: #000000;
	letter-spacing:.2em;
	}
.topMenu{
	/* set the width of the column */
	height: 40px;
	color: #68676C;
	background-color: #bbc6ae;
}

.topMenu a{
	background-color: #98a785;
	font: bold 12px Verdana;
	display: block;
	width: auto;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	padding: 3px;
	border: thin outset gray;
	height: 13px;
}

.topMenu a:hover{
background-color: #bbc6ae;
color: #696a65;
}
.style1 {
	font-size: xx-small;
	font-style: italic;
}
.borderZero {
	border-width: 0px;
}
.style3 {
	border-style: solid;
	border-width: 0px;
}
.style4 {
	text-align: left;
	font-family: Verdana;
	font-size: 13px;
}
.centered {
	text-align: center;
}
