a:link {
	color: #0F2971;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9A0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext {
	font-family: Tahoma, verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #001C68;
	list-style-image: url(../images/bullet.gif);
}
.homebodytext {
	font-family: Tahoma, verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #001C68;
	list-style-image: url(../images/bullet.gif);
}
.testimonials {
	font-family: verdana, Arial;
	font-size: 11px;
	font-style:italic;
	font-weight: normal;
	color: #0066CC;
}
.star {
	color: #FF0000;
}
.heading {
	font-family: Arial, Tahoma, verdana;
	font-size: 14px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	font-style: normal;
	color: #001C68;
	list-style-image: url(../images/bullet.gif);
}
.heading1 {
	font-family: Arial, Tahoma, verdana;
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	color: #001C68;
	list-style-image: url(../images/bullet.gif);
}
.copyright {
	font-family: verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #001C68;
}
p 	{
	margin-top: 8px;
	margin-bottom:0px;
}

html {
     overflow: -moz-scrollbars-vertical;
}

