@charset "UTF-8";
/* CSS Document */

body,td,th,p,div {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65693E;
	line-height: 18px;
}
a.menu:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: inline;
	width: 75%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 30px;
	padding-left: 30px;
}
a.menu:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	display: inline;
	width: 75%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 30px;
	padding-left: 30px;
}
a.menu:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #030;
	text-decoration: underline;
	display: inline;
	width: 75%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 30px;
	padding-left: 30px;
	background-color: #FFF;
}
a.bottommenu:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #65693E;
	text-decoration: underline;
	
}
a.bottommenu:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #65693E;
	text-decoration: underline;
	
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #65693E;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666;
	line-height: 36px;
}
h3 {
	font-size: 18px;
	color: #333;
}

