@CHARSET "ISO-8859-1";

body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	height:100%;
}

#menu, #submenu {
	font-weight: bold;
	}

#menu ul li { 
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #6d811c;
}	

#menu ul li a,
#submenu ul li a {
	font-size: 1.2em;
/*	text-transform: uppercase;  */
	text-decoration: none;
	color: #6d811c;
}

#menu ul li a.active, 
#submenu ul li a.active {
		color: #5c6d18;
}

#submenu ul li a {
	font-size: 0.9em;
	text-transform: uppercase;
}

.text {
	font-family: "Helvetica", Arial, serif;
}	
.text ul
{
	margin-bottom: 11px;
}

.text ul li {
	color: #666;
	margin-bottom: 5px;
}

.text ul li a {
	background: transparent url('images/link-bullet.png') center left no-repeat;
	padding-left: 16px;
}

.text a {
/*	color: #663366; */
	color: #6d811c;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

p {
	color: #666;
	margin-bottom: 1em;
}

p.normal {
	font-size: 1em;
}

p.big {
	font-size: 1.2em;
}

h1 {
	color: #5c6d18;
	text-transform: uppercase;
	font-size: 1.4em;
}

h2 {
	color: #5c6d18;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 1em;
	letter-spacing: 1px;
	border-bottom: 1px solid #6d811c;
	font-family: "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-bottom: 6px;
}

h2.big {
	padding-top: 0 !important;
}

h3 {
	color: #6d811c;
	font-weight: bold;
	margin-bottom: 0;
}