td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#595959;
	line-height:13px;
}

a {text-decoration:none;
   color:#00769E;}
  
body {
	margin:0px;
	padding:0px;
	text-align: justify;
}
strong { color:#65A015; font-size:12px;}


ul {margin:0; padding:0}
li {
	margin:0 0 0 20px;
	padding:0 0 0 00px;
	line-height:13px;
	list-style-type: disc;
}

.copy img { margin-right:5px; vertical-align:middle}
.copy span a { text-decoration:none}
.copy span a:hover { text-decoration:underline}
.newsletter a { color:#FFFFFF}
.corporate strong { color:#004A80; font-size:11px;}
.marketing li {background:url(images/.gif) center left no-repeat; margin:0 0 0 0px; padding:0 0 0 0px; line-height:14px }
.marketing li a { color:#004A80}
.highlights span { color:#000000; font-size:10px;}
.highlights strong {font-size:11px;}
.staff strong { color:#595959; font-size:11px;}
.staff span strong { color:#65A015;}
.staff span { color:#1D1D1D; font-size:10px;}
.testimonials a { color:#7CB431}
.testimonials strong { font-size:11px;}
.customer strong a { color:#7CB431; font-size:11px;}
.resent a { color:#00597B}
.support span a { color:#7CB431}
.support strong { font-size:11px;}
.departments strong { color:#595959; font-size:11px;}
.departments a { color:#7CB431}



.arrow_right { margin-right:3px; vertical-align:middle} 
.arrow_right1 { margin-right:5px; vertical-align:middle}
.m { vertical-align:middle}
.white {color:#ffffff; text-decoration:none}



.form { width:212px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:212px;
		height:84px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#808080;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url('list.gif') no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url('closed.gif') no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}