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



/*------------------------------------*/
/* Section 1 - Main Text              */
/*------------------------------------*/


.title {
	text-decoration: none;
	font-size: 22px;
	color: #003300;
	font-weight: bold;
}


.maintext {
	font-size: 16px;
	color: #003333;
	text-transform: #003300;
}
.maintext a:link {
	color: #003300;
	text-decoration: none;
}
.maintext a:mailto {color: #000099; text-decoration: none;}
.maintext a:active {
	color: #003300;
	text-decoration: none;
}
.maintext a:visited {
	color: #003300;
	text-decoration: none;
}
.maintext a:hover, .maintext a.selected {
	color: #000000;
	text-decoration: underline;
}




.submenu {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.submenu a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.submenu a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.submenu a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.submenu  a.selected {
	color: #003300;
	font-weight: bold;
	text-decoration: none;
}
.submenu a:hover {
	color: #000000;
	text-decoration: underline;
}



.footnote {
	text-decoration: none;
	font-size: 10px;
	color: #003300;
	font-weight: normal;
}
.footnote a:link {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}
.footnote a:active {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}
.footnote a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}
.footnote a.selected {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}
.footnote a:hover {
	color: #003300;
	text-decoration: none;
	font-weight: normal;
}

.small_title {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-size: 16px;
	color: #003300;
	font-weight: normal;
}
