font {
	font-family: Verdana, Arial;
}

font.reg {
	font-family: Verdana, Arial;
	font-size: 12;
}

font.reg2 {
	font-family: Verdana, Arial;
	font-size: small;
}

font.service {
	font-family: Verdana, Arial;
	font-size: 11;
}

font.service2 {
	font-family: Verdana, Arial;
	font-size: 10;
}

font.quote {
	font-family: Verdana, Times New Roman, Arial;
	font-size: 11;
}


table.service {
	width: "366";
	height: "5";
	border-width: 0px;
	border-collapse: collapse;
}

table.service2 {
	width: "740";
	height: "110";
	border-width: 0px;
	border-collapse: collapse;
}


table.stat td {
  font-size : 12;
  font-family : Verdana,Helvetica,Arial,sans-serif;
  vertical-align : middle;
}

table.stat2 td {
  font-size : 11;
  font-family : Verdana,Helvetica,Arial,sans-serif;
  vertical-align : middle;
}

h1 {
font-size: 25px;
font-family: Arial, Verdana, Helvetica, sans-serif;
margin-bottom: 0;

}

h2 {
font-size: 18px;
font-family: Arial, Verdana, Helvetica, sans-serif;
margin-bottom: 0;

}

p {
font-size: 13px;
  font-family : Verdana,Helvetica,Arial,sans-serif;
  margin-bottom: 0;

}





/***************************************************************
List Styles
***************************************************************/
.ulStyle1 {
	margin-top:3px;
	margin-left:7px;
	padding-left:0;
	
	list-style:none;
}
.ulStyle1 li {
	margin:0;
	padding-bottom:2px;
	padding-left:10px;
	background: url('images/green-arrow.gif') 0 .4em no-repeat;
}
.ulStyle1 li a {
	text-decoration:none;
}
.ulStyle1 li a:hover, .ulStyle1 li a:active {
	text-decoration:underline;
}


.ulStyle2 {
	margin:0px;
	padding-left:5px;
	
	list-style:none;
}
.ulStyle2 li {
	padding-left:10px;
	background: url('images/green-arrow.gif') 0 .4em no-repeat;
}
