.callnowtext {
	font-size: 22px;
	color: #000000;
	font-weight: bold;
}
.telnumtext {
	font-size: 22px;
	color: #4F88C2;
	font-weight: bold;
}
.siteborder {
	border: 2px solid #FFFFFF;
}
.categoriestitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

a:link {
	color: #4F88C2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F88C2;
}
a:hover {
	text-decoration: underline;
	color: #2E5985;
}
a:active {
	text-decoration: none;
}
a.navlink:link {
	text-decoration: none;
	color: #757575;
}
a.navlink:visited {
	text-decoration: none;
	color: #757575;
}
a.navlink:hover {
	text-decoration: none;
	color: #494949;
}
a.navlink:active {
	text-decoration: none;
}

a.tinlegslink:link {
	text-decoration: none;
	color: #81C12D;
}
a.tinlegslink:visited {
	text-decoration: none;
	color: #81C12D;
}
a.tinlegslink:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.tinlegslink:active {
	text-decoration: none;
}
.title {
	font-size: 19px;
	font-weight: bold;
	color: #3872D3;
	margin: 0px;
	padding: 0px;
}
.hrdotted {
	border: 1px dotted #B6B6B6;
}

.hovermenu ul{
	font: bold 13px arial;
	margin: 0;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

.hovermenu ul li{
	list-style: none;
	display: inline;
	height: 31px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.hovermenu ul li a{
	padding: 0px 0.4em;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	height: 31px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
}

.hovermenu ul li a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/topnavhover.jpg);
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
}
.whitetext {
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4F88C2;
}.subtitle {

	font-size: 13px;
	font-weight: bold;
	color: #3872D3;
}
.requiredfield {
	color: #FF0000;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4F88C2;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 250px;
}
.bluetext {
	color: #4F88C2;
}

