/* _______________ Universal _______________ */

body {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px;
	/*overflow: scroll; overflow-x: hidden;*/
}
A:link, A:visited, A:active { 
	text-decoration: underline;  
	color: #0000cc;
}
A:hover {text-decoration: none;}
td {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13px
}

/* _______________ Not Universal _______________ */

.copyright {
	font-size: 12px;
	color: #5E865E;
}
.copyright a:link, .copyright a:visited, a.copyright a:active {
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}
.nocolor {
	color:#000000
}
.nocolor a:link, .nocolor a:visited, .nocolor a:active {
	color: #000000;
	text-decoration: none;
}
.nocolor a:hover {
	text-decoration: underline;
}
.leftnav a:link, .leftnav a:visited, .leftnav a:active {
	color: #000455;
	font-size: 13px;
	height: 17px
}
.blocktext {
	color: #436643;
}
.leftnav_highlight a:link, .leftnav_highlight a:visited, .leftnav_highlight a:active {
	color: #ffffff;
	font-size: 13px;
	height: 17px;
}
.title {
	font-size: 21px;
	color: #436643;
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #436643;
}
.subsubtitle {
	font-size: 13px;
	font-weight: bold;
	color: #436643;
}
.subsubsubtitle {
	font-size: 13px;
	color: #436643;
}
.special {
	color: #332CC3;
	font-weight: bold;
	font-size: 16px;
}
.specialtext {
	color: #332CC3;
	font-weight: bold;
	font-size: 14px;
}
.title_white {
	font-size: 21px;
	color: #ffffff;
}
