/* CSS Document */

.nav {
         font-family: "Trebuchet MS";	font-size: 10px;	font-weight: bold;  color: #000099; TEXT-DECORATION: none;
}

.nav:link  {
         font-family: "Trebuchet MS";	font-size: 10px;	font-weight: bold;  color: #000099; TEXT-DECORATION: none;
}

.nav:visited {
         font-family: "Trebuchet MS";	font-size: 10px;	font-weight: bold;  color: #000099; TEXT-DECORATION: none;
}
.nav:hover {
       font-family: "Trebuchet MS";	font-size: 10px;	font-weight: bold;  color: #000099; TEXT-DECORATION: underline;
}



.subTitle {
	font-family: Tahoma;	font-size: 14px;	font-weight: bold;	color: #002d96;
}

.subTitleItalics {
	font-family: Tahoma;	font-size: 12px;	font-weight: bold;	color: #002d96; 	font-style: italic;
}

p {
	font-family: Tahoma;	font-size: 12px;
}
td {
	font-family: Tahoma;	font-size: 12px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #000000;
}

h3 {
	font-family: "Trebuchet MS"; font-size: 18px;	font-weight: bold;	color: #000;
}

body {
	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 0px;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #fff; TEXT-DECORATION: none;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold; color: #fff; TEXT-DECORATION: none;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold; color: #fff; TEXT-DECORATION: none;
}
.footer :hover{
	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-weight: bold; color: #fff; TEXT-DECORATION: underline;
}
