body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	height: 101%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
}

H1 {
	font-family: Times New Roman, Times, serif;
	font-size: 20;
	margin-top:10px;
	font-weight: bold;
	color: #045100;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #045100;
	font-weight: bold;
	font-size: 11pt;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #045100;
	font-weight: bold;
	font-size: 11pt;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #045100;
	font-weight: bold;
	font-size: 11pt;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #045100;
	font-weight: bold;
	font-size: 11pt;
}

A.menulink:link {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #c7b299;
	text-decoration: none;
}

A.menulink:active {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #c7b299;
	text-decoration: none;
}

A.menulink:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #c7b299;
	text-decoration: none;
}

A.menulink:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

.small {
	font-family: Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

A.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

A.footerlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

A.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

A.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

table.admin {
	border: 1px solid black;
}

th.admin {
	background: #A7C0A3;
	font-size: 10pt;
	padding-right: 4px;
	padding-left: 4px;
}

td.admin {
	background: #EEEEEE;
	font-size: 10pt;
}

form {
	padding: 0px;
	margin: 0px;
}

table.standard {
	border: 1px solid #000000;
	border-collapse: collapse;
	empty-cells: show
}

table.standard td, table.standard th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px;
}

table.standard th {
	background-color: #C0D3BF;
}

table.standard  a:link, table.standard  a:active, table.standard  a:visited, table.standard  a:hover {
	font-size: 11px;
}

.testimonial {
	margin-bottom: 20px;
}

.testimonial h2 {
	margin: 0px;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #045100;
}

.testimonial .date {
	font-weight: bold;
	margin-left: 5px;
}

.testimonial .text {
	margin-left: 15px;
}

#billing {
	height: 1200px;
	text-align: center;
}

div.arrow
{
  text-align:center;
}
div.arrow img {
  	
}

div.button img{
  display:block;
}

#billing_bubble {
	width: 376px;
	position: absolute;
	display: none;
}

#billing_bubble #talk {
	float: left;
	height: 77px;
	width: 50px;
}

#billing_bubble #bubble {
	float: right;
	width: 326px;
}

#billing_bubble #top {
	background-image: url(/images/flowchart/bubble_top.png);
	height: 17px;
	width: 326px;
}

#billing_bubble #middle {
	background-image: url(/images/flowchart/bubble_background.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: normal;
	height: 70px;
}

#middle_content p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#middle_content p:first {
	margin: 0px;
	padding-bottom: 5px;
}

#middle_content p:last {
	margin: 0px;
	padding-top: 5px;
}

#billing_bubble #bottom {
	background-image: url(/images/flowchart/bubble_bottom.png);
	height: 19px;
	width: 326px;
}

