/* Herthlings Style Sheet*/

body, td{
	font-family: georgia, times new roman, serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

td.topnav{
	background-color: #779e44;
	border: 1px solid rgb(0,0,0);
}

.bigger{
	font-size: 14px;
	font-weight: bold;
	color: #323770;
}







/****************************************
CLASSES
****************************************/

/* TD Rollover Classes*/

.plain{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 2px 8px 2px 4px;
	border-bottom: 1px solid rgb(50, 55, 112);
	background-color: #ffffff;
}

.active{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #323770;
	text-align: right;
	padding: 2px 8px 2px 4px;
	border-bottom: 1px solid rgb(50, 55, 112);
	background-color: #E8E9EF;
}

.over{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding: 2px 8px 2px 4px;
	border-bottom: 1px solid rgb(50, 55, 112);
	background-color: #ffffff;
}

/*  end rollover classes  */


td.white{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


p.justify{
	text-align: justify;
}

table.subnav{
	background-color: #eeeeee;
}

td.navinfo{
	font-family: arial, helvetica, sans-serif;
	color: #323770;
	font-weight: bold;
	text-align: right;
	padding: 2px 8px 2px 4px;
	border-bottom: 1px solid rgb(50, 55, 112);
	border-top: 1px solid rgb(50, 55, 112);
	background-color: #ffffff;
}


/**************************************
LINKS
*************************************/



a:link{
	font-size: 13px;
	color: #779e44;
	text-decoration: underline;
}
a:visited{
	font-size: 13px;
	color: #779e44;
	text-decoration: underline;
}
a:hover{
	font-size: 13px;
	color: #323770;
	text-decoration: underline;
}


a.nav:link{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #779E44;
	text-decoration: none;
}
a.nav:visited{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #779E44;
	text-decoration: none;
}
a.nav:hover{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	color: #323770;
	text-decoration: none;
}



a:link img.imag      { border: 2px solid #000000}
a:visited img.imag   { border: 2px solid #000000}
a:hover img.imag      { border: 2px solid #ea6c77}

