font.big {
	font-family: Verdana;
	font-size : 16;
}

font.green {
	font-family: Verdana;
	font-size : 15;
	color: 8DC83A;
}

font.reg {
	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: Times New Roman, Arial;
	font-size: smaller;
}

table td{
	font-family: verdana;
	font-size : 12;
}

table.service {
	width: "366";
	height: "5";
	border-width: 1px;
	border-collapse: collapse;
}

table.service2 {
	width: "740";
	height: "110";
	border-width: 1px;
	border-collapse: collapse;
}

/***************************************************************
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;
}
