@charset "UTF-8";
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
}
a {
	font-size: 12px;
	color: #3FA6D9;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33A6DB;
}
a:hover {
	text-decoration: underline;
	color: #7FC673;
}
a:active {
	text-decoration: none;
	color: #7FC673;
}
#whitenav {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#whitenav a {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#whitenav a:link {
	text-decoration: none;
}
#whitenav a:visited {
	text-decoration: none;
	color: #A6D49B;
}
#whitenav a:hover {
	text-decoration: underline;
	color: #A6D49B;
}
#whitenav a:active {
	text-decoration: none;
	color: #FFF;
}
.textbox_TR {
	background-attachment: scroll;
	background-image: url(images/curveTR.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.textbox_TL {
	background-attachment: scroll;
	background-image: url(images/curveTL.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.textbox_BR {
	background-attachment: scroll;
	background-image: url(images/curveBR.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.textbox_BL {
	background-attachment: scroll;
	background-image: url(images/curveBL.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.textlineVL {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #23A6DD;
}
.textlineHT {
	background-attachment: scroll;
	background-image: url(images/blue-2px.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.textlineHB {
	background-attachment: scroll;
	background-image: url(images/blue-2px.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.textlineVR {
	background-attachment: scroll;
	background-image: url(images/blue-2px.png);
	background-repeat: repeat-y;
	background-position: right center;
}
.curveendTL {
	background-attachment: scroll;
	background-image: url(images/curveendTL.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.curveendBL {
	background-attachment: scroll;
	background-image: url(images/curveendBL.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.curveendTR {
	background-attachment: scroll;
	background-image: url(images/curveendTR.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.curveendBR {
	background-attachment: scroll;
	background-image: url(images/curveendBR.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.headlinebox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #363;
	text-align: left;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #2695D3;
	border-bottom-color: #2695D3;
}
.leadintext {
	font-size: 14px;
	color: #33A6DB;
}
.copyright {
	color: #33A6DB;
	text-align: right;
}
.headlinesubbox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #363;
	text-align: center;
	text-indent: 10px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #2695D3;
	border-bottom-color: #2695D3;
}
.green14B {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #363;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leadintextitalic {
	font-size: 16px;
	color: #33A6DB;
	font-style: italic;
	font-weight: bolder;
}
.green18B {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #363;
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bkgdblk {
	background-color: #000;
}
.bkgdwhite {
	background-color: #FFF;
	text-align: center;
}
.italic {
	font-style: italic;
}

