.menuLink {
font-family: 'Prompt', sans-serif;
font-size: 16px;
	font-weight: bold;
	color: #616161;
	text-decoration: none;
}

a.menuLink:hover {
	text-decoration: none;
	color: #ffffff;
}

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #E6851C;
}

body, td, p, select, input, textarea {
font-family: 'Prompt', sans-serif;
font-size: 16px;
	color: #545454;
}

a {
	color: #048BFE;
	text-decoration: none;
}

a:hover {
	color: #E6851C;
	text-decoration: underline;
}

.sidenewshdr{
font-family: 'Prompt', sans-serif;
font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}

.searchlink, .searchlink:hover {
color: #000000;
text-decoration:none;
}