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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #00CC99;
	letter-spacing: 1px;
	word-spacing: 1.4px;
}

h2 {
	font-size: 18px;
	font-style: normal;
	color: #FF6600;
	font-weight: bold;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	letter-spacing: 0.1em;
}

.evo {
	font-size: larger;
	font-style: italic;
	color: #5E94D0;
}

.navbar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CC99;
}

.navbar a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CC99;
	text-decoration: none;
}

.navbar a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CC99;
	background-color: #E2E6EE;
}

.navbar a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #00CC99;
	text-decoration: none;
}

.navbar2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #37A69B;
	text-align: left;
}

.navbar2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #37A69B;
	text-decoration: none;
}

.navbar2 a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #37A69B;
	background-color: #E2E6EE;
}

.navbar2 a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #37A69B;
	text-decoration: none;
}

.smallsell{
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

.smalltext{
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}

.maincontent{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	letter-spacing: 0.1em;
}

.maincontent a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9pc;
	color: #00CC99;
	text-decoration: none;
}

.maincontent a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9pc;
	color: #00CC99;
	font-weight: bold;
	text-decoration: underline;
}
.maincontentsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7pc;
}
.menu {
	position:relative;
	width:auto;
	height:auto;
	background:#b7c6ac;
	padding-bottom:1px;
	margin-bottom:5em;
	margin-top:0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D4B5D3;
}

* html .menu {padding-bottom:0;}

.menu ul{
	list-style-type:none;
	padding:0;
	margin:0 0 0 20px;
	width:auto;
	height:100%;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
	color:#00CC99;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
}
.menu a b, .menu :visited b {
	display:block;
	font-weight:normal;
	float:left;
	padding:0 10px;
	height:2em;
	line-height:1.9em;
	cursor:pointer;
	border-bottom:1px solid #777;
}
.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #777;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:2em;
	left:0px;
	width:auto;
	border-bottom:1px solid #777;
	border-right:1px solid #777;
	background-color: #D4B5D3;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
	color:#00CC99;
	border-bottom-color:#777;
}
.menu a:hover em.lft {
	border-bottom-color:#777;
}
.menu a:hover em.rgt {
	border-bottom-color:#777;
}

.menu li:hover > a b
{
	color:#00CCAB;
	border-bottom-color:#777;
}
.menu li:hover > a em.lft {
	border-bottom-color:#777;
}
.menu li:hover > a em.rgt {
	border-bottom-color:#777;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
}

.menu ul :hover ul li {
	display:block;
	border-left:1px solid #777;
	height:2em;
	background-color: #D4B5D3;
}
.menu ul :hover ul li a {
	display:block;
	font-size:0.8em;
	height:2em;
	line-height:2.5em;
	width:auto;
	float:left;
	color:#F6F2F6;
	padding:0 10px;
}
.menu ul :hover ul li a:hover {
	color:#EAE6EE;
}

