/* ------------------------------------------------------------------- *//* GLOBAL STYLES *//* styles made available to all browsers *//* ------------------------------------------------------------------- *//* Color Scheme *//* ------------------------------------------------------------------- *//* blue: #088283 *//* ------------------------------------------------------------------- */body {	font-size: 11px; /* 11px; */	text-align:left;	line-height: 16px; /* 16px; */	font-family:Myrid,"Myrid Pro",Arial, Helvetica, sans-serif;	margin: 0px;	color: #7a7a7a;}#body_home {  background: url(../img/bg_body.jpg);	background-color:#FFF;	background-repeat: repeat-x;}#body_interior {  background: url(../img/bg_body_interior.jpg);	background-color:#FFF;  background-repeat: repeat-x;}table {	border:0;}td {	vertical-align:top;	font-size: 11px;}h1, h2, h3, h4, h5 {	font-family:Arial, Helvetica, sans-serif;	font-weight: bold;	color:#1a3b7f;}h1 {	font-size:18px;	line-height: 20px;}h2 {	font-size: 14px;	line-height: 16px;}h3, h3, h4, h5 {	font-size: 14px;	line-height: 16px;}label {	font-size: 11px; /* 11px; */	font-weight:bold;	margin:4px 0;}p {	padding: 0px 0px 4px 0px;}hr {	color:#ccc;	margin:4px 0px;	padding:0px 0px;	border-bottom:1px dashed #CCC;  border-top:0px;  border-left: 0px;  border-right: 0px;  }a {	color: #0088bd;	text-decoration:none;	border:0px;}a:visited {	color:#0088bd;	text-decoration:none;	border:0px;}a:hover {	color:#0088bd;	text-decoration:underline;	border:0px;}img {	border:0px;}ol {  padding-left: 15px;}ul {  padding-left: 0px;  margin-left: 15px;  list-style: square;  /* list-style-image: url("/img/list_square_maroon.gif") */}li {}/* End Redefine HTML elements */