body,
div,
td,
p {
	font-family: Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#222222;
}

body {
	margin-left: 40px;
}

A:link, A:visited, A:active, A:hover {
	color: #456494;
}

.news-date {
	color: #586478;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
	margin-right: 15px;
}

.news-head, .testimonial-head {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	margin-right: 15px;
}

.news-head  A:link, .news-head A:visited, .news-head A:active, .news-head A:hover {
	color: #456494;
}

.news-body, .testimonial-body {
	color: #696969;
	margin-right: 15px;
	margin-left: 5px;
}

.testimonial-name {
	text-align: right;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.news-more, .testimonial-more {
	display: block;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.news-more A:link, .news-more A:visited, .news-more A:active, .news-more A:hover {
	color: #586478;
}

.callus {
	color: 6B6B6B;
}

.callus .callus-bold, .callus A:link, .callus A:visited, .callus A:active, .callus A:hover {
	color: #5276B0;
	font-weight: bold;
}

.copyright {
	color: #979797;
	font-size: 10px;
}

.quote {
	margin-top: 10px;
	color: #586478;
	font-size: 11px;
	font-weight: bold;
}

.quote A:link, .quote A:visited, .quote A:active, .quote A:hover {
	color: #586478;
}

.section-header {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #898989;
	margin-bottom: 10px;
}

.section-header A:link, .section-header A:visited, .section-header A:active {
	text-decoration: none;
	color: #898989;
}

.section-header A:hover {
	text-decoration: underline;
	color: #898989;
}

.section-body {
	color: #8E8E8E;
}

.section-more {
	margin-top: 10px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: right;
	background: url("images/bullet-blue.gif") no-repeat right;
	color: #5276B0;
}

.section-more A:link, .section-more A:visited, .section-more A:active, .section-more A:hover {
	color: #5276B0;
}

.bullet, .bullet A:link, .bullet A:visited, .bullet A:active, .bullet A:hover {
	color: #637382;
	padding-left: 10px;
	background: url("images/bullet-blue.gif") no-repeat left;
}

.quotebody {
	display: none;
}

.q-type {
	font-family: Arial;
	font-weight: bold;
	font-size: 17px;
	color: #898989;
	margin-top: 10px;
}

.q-head {
	color: #456494;
	font-weight: bold;
	margin-top: 10px;
}
TD.q-title {
	background-color: #EEEEEE;
	padding-left: 5px;
	width: 150px;
	vertical-align: top;
}
TD.manage-header {
	background-color: #777777;
	color: #FFFFFF;
	text-align: center;
}

TABLE.manage-table {
	border: 1px solid black;
	padding: 2px;
}

TD.c-title {
	background-color: #EEEEEE;
	padding-left: 5px;
	width: 150px;
	vertical-align: top;
	font-weight: bold;
}


TD.insurance-logo IMG {
	border: 1px #DDDDDD solid;
}

.contact-name {
	color: #456494;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

.contact-body {
	color: #8E8E8E;
	margin-top: 5px;
}

.contact-title {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 5px;
	font-weight: bold;
}


.footer-links,  .footer-links A:link, .footer-links A:visited, .footer-links A:active  {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer-links A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



.loginbox {
	width: 300px;
	border: 1px solid blue;
	padding: 2px;
}

.loginbox .header {
	width: 100%;
	height: 20px;
	top: 0px;
	left: 0px;
	background-color: blue;
	color: white;
	font: bold 14px Verdana;
	text-align: center;
}

.loginbox .body {
	top: 15px;
	left: 0px;
	background-color: white;
	color: black;
	font: 11px Verdana;
	margin: 10px;
	text-align: center;
}

.divStatus {
	margin-top: 15px;
	text-align: center;
	color: blue;
	height: 25px;
}

.loginbox .footer {
	position: static;
	bottom:0;
}

.manage-page {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #898989;
	margin-bottom: 10px;
}

.services-header {
	background-color: #EEEEEE;
	padding-left: 5px;
	width: 100%;
	vertical-align: top;
	font-weight: bold;
	height: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}