body {
	background-image: url(../images/body-bg-color.gif);
	background-color: #164356;
	margin: 0px;
}
ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354A55;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 20px;
	list-style-type: square;
}
ul ul{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #506D7C;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #837730;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}
.frame-top-row {
	background-image: url(../images/frame-top-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
}
.frame-left-col {
	width: 16px;
	background-image: url(../images/frame-left-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.frame-bottom-row {
	background-image: url(../images/frame-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
}
.frame-right-col {
	width: 16px;
	background-image: url(../images/frame-right-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.contentframe-bottom_row {
	background-image: url(../images/contentframe-bottom-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
.contentframe-mainbox {
	background-color: #56809B;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0C9AB;
	border-left-color: #D0C9AB;
	padding: 5px;
}
.box-footer {
	background-color: #F9E2B0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC39C;
	border-right-color: #C0BA95;
	border-bottom-color: #C0BA95;
	border-left-color: #C0BA95;
	height: 14px;
}
.box-footer2 {
	background-color: #F9E2B0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC39C;
	border-right-color: #C0BA95;
	border-bottom-color: #C0BA95;
	border-left-color: #C0BA95;
	height: 16px;
}
.box-title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #164356;
	height: 24px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.box-subtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #21637E;
	height: 24px;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.box-parentbody {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8BE95;
	border-left-color: #C8BE95;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.box-subbody {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
}

.box-subbody2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585950;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}

.box-subbody p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585950;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.box-subbody h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #837730;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.div-scroll {
	overflow: auto;
	position: relative;
	height: 150px;
	width: 100%;
	float: left;
	visibility: visible;
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkShadow-Color:#FFFFFF;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 2px;
}
.box-body {
	background-color: #FFFFFF;
	vertical-align: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C8BE95;
	border-left-color: #C8BE95;
	padding-top: 25px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.box-body p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585950;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: justify;
}
.contentframe-bottom-menu {
	background-color: #6FA5B8;	
	padding: 0px 10px 0px 0px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #174357;
}
.contentframe-bottom-menu a:link {
	font:10px Arial, Helvetica, sans-serif;
	color: #174357;
	text-decoration: none;
}
.contentframe-bottom-menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.contentframe-bottom-menu a:visited{
	font:10px Arial, Helvetica, sans-serif;
	color: #174357;
	text-decoration: underline;
}
.contentframe-bottom-menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #C0D7E0;
	font-size: 10px;
	text-decoration: none;
}
.destaque-txtPeninsula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174357;
}
.a-menu:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.a-menu:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #B9C8CF;
	font-size: 10px;
	font-weight: bold;
}
.a-menu:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
#line {
	background-image: url(../images/horiz-dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 10px;
}
.line-vert {
	background-image: url(../images/horiz-dot.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 10px;
}
.a-link:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
.a-link:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9933;
	font-size: 10px;
	font-weight: normal;
}
.a-link:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #B9C8CF;
	font-size: 10px;
	font-weight: normal;
}
.a-link2:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
.a-link2:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9933;
	font-size: 10px;
	font-weight: normal;
}
.a-link2:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
.a-privacy:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1B3F4F;
	font-size: 11px;
	font-weight: normal;
}
.a-privacy:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9933;
	font-size: 11px;
	font-weight: normal;
}
.a-privacy:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #1B3F4F;
	font-size: 11px;
	font-weight: normal;
}
.a-privacy:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9933;
	font-size: 11px;
	font-weight: normal;
}
.line-vert-gray {
	background-image: url(../images/vert-dot-gray.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}
.txt-subtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}
.txt-subtitle2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	padding-left:10px;
}
.form_td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #174357;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.form-sep1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #346176;
}
.form-sep2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #346176;
}
.form-field1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #56809B;
	background-color: #F8F8F8;
	border-top: 1px solid #256A8B;
	border-right: 1px solid #256A8B;
	border-bottom: 1px solid #256A8B;
	border-left: 1px solid #256A8B;
}
.form-field2 {
	color: #56809B;
	background-color: #F8F8F8;
	border-top: 1px solid #256A8B;
	border-right: 1px solid #256A8B;
	border-bottom: 1px solid #256A8B;
	border-left: 1px solid #256A8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 140px;
}
.form-listbox {
	color: #56809B;
	background-color: #F8F8F8;
	border-top: 1px solid #256A8B;
	border-right: 1px solid #256A8B;
	border-bottom: 1px solid #256A8B;
	border-left: 1px solid #256A8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.form_td2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #266F91;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
.form-field3 {
	color: #56809B;
	background-color: #F8F8F8;
	border-top: 1px solid #256A8B;
	border-right: 1px solid #256A8B;
	border-bottom: 1px solid #256A8B;
	border-left: 1px solid #256A8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}
.form-msg-fields {
	background-color: #FAFAFA;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color:#256A8B;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#256A8B;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkShadow-Color:#FFFFFF;
	color: #56809B;
	background-color: #F8F8F8;
	border-top: 1px solid #256A8B;
	border-right: 1px solid #256A8B;
	border-bottom: 1px solid #256A8B;
	border-left: 1px solid #256A8B;
	font-weight: normal;
	padding: 3px;
	height: 60px;
	width: 350px;
}
.form_submit-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #256A8B;
	height: 18px;
	border: 1px solid #266F91;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}.imgView_img {
	background-color: #FFFFFF;
	border: 1px solid #236687;
	padding: 10px;
}
._9px {
	font-size: 9px;
}
.form_td3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #266F91;
	font-weight: bold;
	vertical-align: middle;
	padding-right: 2px;
	padding-left: 2px;
}
.contentframe-bottom-td {

	background-color: #6FA5B8;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D0C9AB;
	border-left-color: #D0C9AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0D7E0;	
	padding: 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0D7E0;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: #174357;
}
.a-blueLink:link {
	color: #494F8D;
	text-decoration: underline;
}
.a-blueLink:hover {

	color: #4677AC;
	text-decoration: underline;
}
.a-blueLink:visited {


	color: #494F8D;
	text-decoration: underline;
}
