<!--
/* IE PNG FIX */
img, div, input { behavior: url("/web_javascript/iepngfix.htc") }

:focus
{
  -moz-outline-style: none;
}

body {
	background: #8c743f url(images/bg_body.jpg) no-repeat;
	margin: 0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.floatRight { float:right;
			  margin:20px 10px;
 }
 
 .floatLeft { float:left;
			  margin:0px 5px 5px 0px;
 }


.link {
color: #693C6F; 
text-decoration:none;
}

.footerLink {
color: #693C6F; 
font-size: 11px;
}

.footerLink A{
text-decoration:underline;
}

.rightText {color: #3D3D3D}

.chooseGO {color: #12708a; font-weight: bold; font-size:14px;}
.AOP {color: #12708a; font-weight: bold;  font-size:14px;}
.info {color: #12708a; font-weight: bold;  font-size:14px;}
.covered {color: #12708a; font-weight: bold;  font-size:14px;}
.helpful {color: #12708a; font-weight: bold; font-size:14px; }




.leftNavChoose A:link {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavChoose A:visited {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavChoose A:active {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavChoose A:hover {color: #693C6F; font-weight:bold}

.leftNavAOP A:link {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavAOP A:visited {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavAOP A:active {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavAOP A:hover {color: #693C6F; font-weight:bold}

.leftNavInfo A:link {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavInfo A:visited {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavInfo A:active {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavInfo A:hover {color: #693C6F; font-weight:bold}

.leftNavCovered A:link {text-decoration: none; color: #693C6F; font-weight:bold}
.leftNavCovered A:visited {text-decoration: none; color: #693C6F; font-weight:bold}
.leftCovered A:active {text-decoration: none; color: #693C6F; font-weight:bold}
.leftCovered A:hover {color: #693C6F; font-weight:bold}

a {
	color:#551A8B;
}



-->