/* Authored by Joseph De Araujo */


.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
	color: navy;
}

h1 {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	color: #E6851C;
}

h2 {
	font-family: Tahoma;
	font-size: 20px;
	
	color: brown;
}

h3 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: navy;
}

h4 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: navy;
}

h5 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: black;
}



body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: white;
        font-weight: bold;
	text-decoration: underline;
}

.sidenewshdr{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
}

.searchlink, .searchlink:hover {
color: #FFFFFF;
text-decoration:none;
