@charset "utf-8";
/* Top menu */
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	font-weight: bold;
	color: #5d9800;
}

.topMenu a:link{
	color: #73ae19;
	text-decoration: none;	
}

.topMenu a:visited{
	color: #73ae19;
	text-decoration: none;	
}

.topMenu a:hover {
	color: #a6a6a6;
	text-decoration: none;	
}

.topMenu a:active {
	color: #5d9800;
	text-decoration: none;	
}

.topMenu a.active {
	color: #a6a6a6 !important;
	text-decoration: none;	
}

.simple-menu a {
	color: #a6a6a6;
	text-decoration: none;
}

.simple-menu a:hover {
	color: #73ae19;
	text-decoration: none;
}

/* Left sub menu levels*/
/* Level 1 */
.leftMenuLevel1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	font-weight: bold;
	color: #5d9800;
	cursor: hand;
	cursor: pointer;
}

.leftMenuLevel1 a:link{
	color: #5d9800;
	text-decoration: none;
}

.leftMenuLevel1 a:visited{
	color: #5d9800;
	text-decoration: none;	
}

.leftMenuLevel1 a:hover {
	color: #457000;
	text-decoration: none;	
}

.leftMenuLevel1 a:active {
	color: #000000;
	text-decoration: none;	
}

.leftMenuLevel1 a.active {
	color: #a6a6a6 !important;
	text-decoration: none;	
}


/* Level 2 */
.leftMenuLevel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.09em;
	font-weight: bold;
	color: #a6a6a6;
}

.leftMenuLevel2 a {
	text-decoration: none;
}

.leftMenuLevel2 a.active {
	color: #a6a6a6 !important;
	text-decoration: none;	
}
/* Level 3 */
.leftMenuLevel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #5d9800;
}

.leftMenuLevel3 a:link{
	color: #5d9800;
	text-decoration: none;
}

.leftMenuLevel3 a:visited{
	color: #5d9800;
	text-decoration: none;	
}

.leftMenuLevel3 a:hover {
	color: #457000;
	text-decoration: none;	
}

.leftMenuLevel3 a:active {
	color: #000000;
	text-decoration: none;	
}

.leftMenuLevel3 a.active {
	color: #a6a6a6 !important;
	text-decoration: none;	
}

/* Contents text */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;	
	color: #66a601;
}

.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.64em;
	font-weight: bold;
	color: #66a601;
	font-style: italic;
	padding-bottom: 15px;
}

.subSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #a6a6a6;
}


.contactBox a:link {
	color: #000000;
}

.contactBox a:visited {
	color: #000000;
}
.contactBox a:hover {
	color: #666666;
}
.contactBox a:active {
	color: #669d00;
}

.regularText {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #000000;
	*/
}

.infoBoxSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;	
	color: #a6a6a6;
}

.infoBoxSubSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.27em;
	font-weight: bold;
	color: #669d00;
}

/* Address text */
.addressText {
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #a6a6a6;
}

.addressText a:link{
	color: #a6a6a6;
	text-decoration: none;
}

.addressText a:visited{
	color: #a6a6a6;
	text-decoration: none;	
}

.addressText a:hover {
	color: #666666;
	text-decoration: none;	
}

.addressText a:active {
	color: #000000;
	text-decoration: none;	
}

/* news */
.NewsTitle {
	cursor: pointer;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #73ae19;
	
	text-decoration: underline;
}
