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

.maintext {
	color: #353415;
	font: 0.7em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal;
	font-weight : bold;
	margin-bottom: 4px;
}

.greentext {
	color: #777831;
	font: 0.8em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal; 
	font-weight : bold;
/*	border-bottom: solid #d0dec6 1px; */
	margin-bottom: 4px;
}
.whitetext {
	color: #ffffff;
	font: 0.8em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal; 
	margin-bottom: 4px;
	/*font-weight : bold;*/
}

.headlinetext {
	color: #ffffff;
	font: 1em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal; 
	margin-bottom: 4px;
	font-weight : bold;
}

.headlineblacktext {
	color: #353415;
	font: 1em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal;
	margin-bottom: 4px;
	font-weight : bold;
}

.whitetextsmall {
	color: #ffffff;
	font: 0.6em "Verdana, Arial, Helvetica",sans-serif;
	font-style: normal;
	margin-bottom: 4px;
	/*font-weight : bold;*/
}





p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 0em;}


a {color: #ffffff;}
a:hover {color: #353415;}


li {list-style: none;}
/*.main li {list-style-image: url(img/li.gif);} */

/* sub-navigation */
/*.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 0.8em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav h1 a {
	color: #FFE;
	text-decoration: none;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
*/
/*
.subnav li a {
	background: #959b51;	
	color: #111; 
	display: block;
	padding: 2px 0 2px 4px;
	width: 120px;
	text-decoration: none;
}

.subnav li a:hover {
	background: #cacda8;
	color: #000; 
}
*/