body {
	scrollbar-face-color: #E0EAF6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #1F2571;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;
	
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

a:link { text-decoration: underline; color: #003366; }
a:visited { text-decoration: underline; color: #003366; }
a:hover { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: #666666; }

a.grey:link { text-decoration: underline; color: #666666; }
a.grey:visited { text-decoration: underline; color: #666666; }
a.grey:hover { text-decoration: none; color: #666666; }
a.grey:active { text-decoration: none; color: #666666; }

h1 { font-family: Verdana; font-size: 22px; font-weight: normal; color: #9CB2D6; margin: 0px }

h1 a:link { text-decoration: none; color: #9CB2D6; }
h1 a:visited { text-decoration: none; color: #9CB2D6; }
h1 a:hover { text-decoration: none; color: #9CB2D6; }
h1 a:active { text-decoration: none; color: #9CB2D6; }

h1.onlyPrint {
	display: none;
}

h2 { font-family: Verdana; font-size: 14px; font-weight: normal; color: #003366; margin: 0px }

h2 a:link { text-decoration: none; color: #003366; }
h2 a:visited { text-decoration: none; color: #003366; }
h2 a:hover { text-decoration: none; color: #003366; }
h2 a:active { text-decoration: none; color: #003366; }

h3 { font-family: Verdana; font-size: 11px; color: #003366; font-weight: normal; margin: 0px }

.hideMe {
	display: none;
}

.showMe {
	display: block;
}

.shoPrint {
	display: none;
}

tr.hideMe {
	display: none;
}

tr.showMe {
	display: table-row;
}

form {
	margin: 0px;
}

table {
	border: 0px;
}

p, td, div, span {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

th {
	font-weight: normal;
	
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
	
	text-align: left;
}

input[type=text],
input[type=password],
input[type=file] {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	padding: 1px;

	border: 1px solid #7F9DB9;
}

input.text {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	padding: 1px;

	border: 1px solid #7F9DB9;
}

select, textarea {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;

	border: 1px solid #7F9DB9;
}

input[type=button], input[type=submit] {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #f3ffff;
	
	border: 1px solid #7F9DB9;
	background-color: #1c7fc0;
}

input.btn {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #f3ffff;
	
	border: 1px solid #7F9DB9;
	background-color: #1c7fc0;
}

hr {
	 height: 1px;
	 border: 0px;
	 border-top: 1px solid #cccccc;
}

.pTips a:link { text-decoration: none; color: #003366; }
.pTips a:visited { text-decoration: none; color: #003366; }
.pTips a:hover { text-decoration: none; color: #003366; }
.pTips a:active { text-decoration: none; color: #003366; }

.pgHD td, .pgHD div, .pgHD span, .pgHD p { font-family: Verdana, Arial; color: #F3FFFF; font-size: 10px }

.pgHD a:link { text-decoration: underline }
.pgHD a:visited { text-decoration: underline }
.pgHD a:hover { text-decoration: none }
.pgHD a:active { text-decoration: underline }

.pgHD h1 {
	font-family: Verdana, Arial;
	color: #F3FFFF;
	font-size: 18px;
}

.pgHD a {
	font-family: Verdana, Arial;
	color: #F3FFFF;
	font-size: 10px;
	
	text-decoration: underline;
}
.pgHD a:link { text-decoration: underline; color: #F3FFFF; }
.pgHD a:visited { text-decoration: underline; color: #F3FFFF; }
.pgHD a:hover { text-decoration: none; color: #F3FFFF; }
.pgHD a:active { text-decoration: underline; color: #F3FFFF; }

.noUL a:link { text-decoration: none }
.noUL a:visited { text-decoration: none }
.noUL a:hover { text-decoration: none }
.noUL a:active { text-decoration: none }

#pgMain {
	width: 950px;
	text-align: left;
}

#pgBG {
	background: url(/img/_bg.jpg);
}

#pgMenu {
	width: 150px;
}

#pgContent {
	position: relative;
	width: 595px;
}

#pgContentFS {
	position: relative;
	width: 760px;
}

#homeBG {
	background-image: url(/img/_home/bg.jpg);
	
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}

#pgArticleTitlePrint {
	display: none;
}

.shoPrint {
	display: none;
}

.red {
	color: #990000;
}

.pgBox {
	border: 0px;
 	border-top: 1px solid #7294BA;	
	border-left: 1px solid #AAAEB7;
	border-right: 1px solid #AAAEB7;
	
	padding: 10px;
	padding-bottom: 0px;

	background: url(/img/_boxes/pgBG.gif);
}

.pgBoxOff {
	border: 0px;
 	border-top: 1px solid #AAAEB7;	
	border-left: 1px solid #AAAEB7;
	border-right: 1px solid #AAAEB7;
	
	padding: 10px;
	padding-bottom: 0px;

	background: url(/img/_boxes/pgBG.gif);
}

.pgBoxNoTab {
	border: 0px;
	border-left: 1px solid #AAAEB7;
	border-right: 1px solid #AAAEB7;
	
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;

	background: url(/img/_boxes/pgBG.gif);
}

.pgBoxNew {
	display: block;
	position: relative;

	margin: 0px;
	margin-bottom: 15px;

	padding: 0px;

	background: url(/img/_tabs/_leftOn.gif) top left no-repeat;
}

.pgBoxNew.noTab {
	background: none;
}

.pgBoxNew div.top {
	display: block;

	height: 10px;
	border: 0px;
	
	background-image: url(/img/_boxes/_tl.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.pgBoxNew div.top span {
	display: block;
	
	height: 9px;
	
	margin-left: 10px;
	background-color: #fff;

 	border-right: 1px solid #AAAEB7;
 	border-top: 1px solid #AAAEB7;
}

.pgBoxNew h1.tab {
	position: relative;
	height: 23px;

	margin: 0px;
	margin-left: 10px;

	padding: 0px;
	
	border: 0px;
	background: url(/img/_tabs/rightB.gif) bottom right no-repeat;
}

.pgBoxNew h1.tab span  {
	display: block;
	height: 23px;

	margin-right: 10px;

	background-image: url(/img/_tabs/bgB.gif);
}

.pgBoxNew h1.tab span b {
	position: absolute;
	padding: 5px 5px 5px 0px;

	background: url(/img/_tabs/_right.gif) bottom right no-repeat;
}

.pgBoxNew h1.tab span b a {
	margin: 0px;
	margin-top: 15px;
	margin-right: 50px;

	padding: 5px;
	padding-left: 0px;
	padding-right: 0px;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;

	background: url(/img/_tabs/_bgOn.gif);
}
.pgBoxNew h1.tab span b a:visited { text-decoration: none; }
.pgBoxNew h1.tab span b a:hover { text-decoration: none; }
.pgBoxNew h1.tab span b a:active { text-decoration: none; }

.pgBoxNew div.content {
	position: relative;
	
	border: 0px;
	border-top: 1px solid #7294BA;
 	border-left: 1px solid #AAAEB7;
 	border-right: 1px solid #AAAEB7;

	padding: 10px;
	padding-bottom: 0px;

	background-color: #fff;
}

.pgBoxNew div.content div.inner {
	position: relative;
	
	padding: 0px;
	padding-left: 5px;
}

.pgBoxNew div.content div.star {
	position: absolute;
	

	top: 10px;
	right: 10px;
}

.pgBoxNew.noTab div.content {
	padding-top: 0px;
	border-top: 0px;
}

.pgBoxNew ul.options { 
	display: block;
	
 	margin: 0px;
	margin-top: 5px;
	padding: 5px;
 	
 	list-style-type: none;
}

.pgBoxNew ul.options.blue {
	background-color: #1C7FC0;
}

.pgBoxNew ul.options li {
	display: inline;
	padding-right: 5px;
}

.pgBoxNew ul.options.blue li {
	color: #fff;
}

.pgBoxNew ul.options.blue li a {
	color: #fff;
	font-weight: bold;
}
.pgBoxNew ul.options.blue li a:visited { text-decoration: underline }
.pgBoxNew ul.options.blue li a:hover { text-decoration: none; color: #ff9900 }
.pgBoxNew ul.options.blue li a:active { text-decoration: underline }

.pgBoxNew div.btm {
	display: block;

	height: 10px;
	
	border: 0px;
	background-image: url(/img/_boxes/_br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.pgBoxNew div.btm span {
	display: block;
	
	height: 9px;
	
	margin-right: 10px;
	background-color: #fff;

 	border-left: 1px solid #AAAEB7;
 	border-bottom: 1px solid #AAAEB7;
}

.bold {
	font-weight: bold;
}

.blue {
	color: #003366;
}
a.blue:link { color: #003366; }
a.blue:visited { color: #003366; }
a.blue:hover { color: #003366; }
a.blue:active { color: #003366; }

.sbars {
	overflow: auto;

	border: 0px solid;
	padding-right: 0px;

	scrollbar-face-color: #E0EAF6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #1F2571;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;
}

.sbarsNew {
	overflow-x: hidden;
	overflow-y: auto;
	
	border: 0px solid;
	padding-right: 0px;

	scrollbar-face-color: #E0EAF6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #1F2571;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #98AAB1;
}

.sbarsB {
	overflow: auto;

	border: 0px solid;
	padding-right: 0px;

	scrollbar-face-color: #E2E5EE;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C6CBDE;
	scrollbar-arrow-color:  #1F2571;
	scrollbar-shadow-color: #C6CBDE;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

.tabOn {
	height: 25px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;

	border: 1px solid #003366;
	border-bottom: 0px;	
	padding-top: 5px;
	background-color: #003366;
	
	cursor: hand;
}

.tabOff {
	height: 25px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #003366;

	border: 1px solid #e5e5e5;
	border-bottom: 0px;
	padding-top: 5px;
	background-color: #ffffff;
	
	cursor: hand;
}

.ulist {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 5px;
	margin-bottom: 0px;
}

.s_heading {  font-family: Verdana; font-size: 22px; color: #9CB2D6}
a.s_heading:link { text-decoration: none }
a.s_heading:active { text-decoration: none }
a.s_heading:visited { text-decoration: none }
a.s_heading:hover { text-decoration: none }

.sml {
	font-size: 10px;
}

.pgTab {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;
}

.pgTab h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_right.gif) bottom right no-repeat;
}

.pgTab h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 50px;
	padding-bottom: 5px;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTab h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTab h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTab h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabSML {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;
}

.pgTabSML h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOn.gif) bottom right no-repeat;
}

.pgTabSML h1 a {
	display: block;

	padding-top: 6px;
	margin-left: 10px;
	margin-right: 25px;
	padding-bottom: 5px;
		
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTabSML h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabSML h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTabSML h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabSMLright {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;
}

.pgTabSMLright h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_right.gif) bottom right no-repeat;
}

.pgTabSMLright h1 a {
	display: block;

	padding-top: 6px;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 5px;

	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTabSMLright h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabSMLright h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTabSMLright h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabL {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;
}

.pgTabL h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOn.gif) bottom right no-repeat;
}

.pgTabL h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 5px;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTabL h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabL h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTabL h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabLoff {
	height: 23px;
	background: url(/img/_tabs/_leftOff.gif) 0 0 no-repeat;
}

.pgTabLoff h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOff.gif) bottom right no-repeat;
}

.pgTabLoff h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 5px;

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOff.gif);
}
.pgTabLoff h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabLoff h1 a:hover { text-decoration: none; color: #ff9900; }
.pgTabLoff h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabM {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;
}

.pgTabM h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOn.gif) bottom right no-repeat;
}


.pgTabM h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 30px;
	padding-bottom: 5px;
		
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTabM h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabM h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTabM h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabMoff {
	height: 23px;
	background: url(/img/_tabs/_leftOff.gif) 0 0 no-repeat;
}

.pgTabMoff h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOff.gif) bottom right no-repeat;
}

.pgTabMoff h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 35px;
	padding-bottom: 5px;
		
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOff.gif);
}
.pgTabMoff h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabMoff h1 a:hover { text-decoration: none; color: #ff9900; }
.pgTabMoff h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabMoff2 {
	height: 23px;
	background: url(/img/_tabs/_leftOff2.gif) 0 0 no-repeat;
}

.pgTabMoff2 h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOff.gif) bottom right no-repeat;
}

.pgTabMoff2 h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 35px;
	margin-right: 35px;
	padding-bottom: 5px;
		
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOff.gif);
}
.pgTabMoff2 h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabMoff2 h1 a:hover { text-decoration: none; color: #ff9900; }
.pgTabMoff2 h1 a:active { text-decoration: none; color: #265E8F; }

.pgTabR {
	height: 23px;
	background: url(/img/_tabs/_leftOn.gif) 0 0 no-repeat;	
}

.pgTabR h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOn2.gif) bottom right no-repeat;
}

.pgTabR h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 55px;
	padding-bottom: 5px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOn.gif);
}
.pgTabR h1 a:hover { text-decoration: none; color: #265E8F; }
.pgTabR h1 a:active { text-decoration: none; color: #265E8F; }
.pgTabR h1 a:visited { text-decoration: none; color: #265E8F; }

.pgTabRoff, .pgTabOff {
	height: 23px;
	background: url(/img/_tabs/_leftOff.gif) 0 0 no-repeat;	
}

.pgTabRoff h1, .pgTabOff h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOff2.gif) bottom right no-repeat;
}

.pgTabRoff h1 a, .pgTabOff h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 10px;
	margin-right: 55px;
	padding-bottom: 5px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOff.gif);
}
.pgTabRoff h1 a:visited, .pgTabOff h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabRoff h1 a:active, .pgTabOff h1 a:active { text-decoration: none; color: #265E8F; }
.pgTabRoff h1 a:hover, .pgTabOff h1 a:hover { text-decoration: none; color: #ff9900; }

.pgTabRoff2 {
	height: 23px;
	background: url(/img/_tabs/_leftOff2.gif) 0 0 no-repeat;	
}

.pgTabRoff2 h1 {
	margin:  0 0 0 0;
	background: url(/img/_tabs/_rightOff2.gif) bottom right no-repeat;
}

.pgTabRoff2 h1 a {
	display: block;

	padding-top: 5px;
	margin-left: 35px;
	margin-right: 55px;
	padding-bottom: 5px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;

	text-decoration: none;
	color: #265E8F;
	
	background: url(/img/_tabs/_bgOff.gif);
}
.pgTabRoff2 h1 a:visited { text-decoration: none; color: #265E8F; }
.pgTabRoff2 h1 a:hover { text-decoration: none; color: #ff9900; }
.pgTabRoff2 h1 a:active { text-decoration: none; color: #265E8F; }

.s_sheading {  font-family: Verdana; font-size: 14px; color: #003366}
a.s_sheading:link { text-decoration: none }
a.s_sheading:active { text-decoration: none }
a.s_sheading:visited { text-decoration: none }
a.s_sheading:hover { text-decoration: none }

.s_sheading_link {  font-family: Verdana; font-size: 14px; color: #003366}
a.s_sheading_link:link { text-decoration: underline }
a.s_sheading_link:active { text-decoration: underline }
a.s_sheading_link:visited { text-decoration: underline }
a.s_sheading_link:hover { text-decoration: none }

.s_mheading {  font-family: Verdana; font-size: 11px; color: #003366}
a.s_mheading:link { text-decoration: underline }
a.s_mheading:active { text-decoration: none }
a.s_mheading:visited { text-decoration: underline }
a.s_mheading:hover { text-decoration: none }

.s_text {  font-family: Verdana; font-size: 11px; color: #666666}
a.s_text:link { text-decoration: underline }
a.s_text:active { text-decoration: none }
a.s_text:visited { text-decoration: underline }
a.s_text:hover { text-decoration: none }

.s_notes {  font-family: Verdana; font-size: 11px; color: #999999; font-style: italic}
a.s_notes:link { text-decoration: underline }
a.s_notes:active { text-decoration: none }
a.s_notes:visited { text-decoration: underline }
a.s_notes:hover { text-decoration: none }

.topTab {

}

.topTab h1 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 119px;
	height: 24px;
}

.topTab h1 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	
	background: url(/img/_top/tabsV3.gif) 0 0 no-repeat;
}
.topTab h1 a:visited { text-decoration: none; color: #000000; }
.topTab h1 a:hover { background-position: 0 -24px; text-decoration: none; color: #000000; }
.topTab h1 a:active { background-position: 0 -24px; text-decoration: none; color: #000000; }

.topTab h2 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 154px;
	height: 24px;
}

.topTab h2 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	
	background: url(/img/_top/tabsV3.gif) -119px 0 no-repeat;
}
.topTab h2 a:visited { text-decoration: none; color: #000000; }
.topTab h2 a:hover { background-position: -119px -24px; text-decoration: none; color: #000000; }
.topTab h2 a:active { background-position: -119px -24px; text-decoration: none; color: #000000; }

.topTab h3 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 104px;
	height: 24px;
}

.topTab h3 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	
	background: url(/img/_top/tabsV3.gif) -273px 0 no-repeat;
}
.topTab h3 a:visited { text-decoration: none; color: #000000; }
.topTab h3 a:hover { background-position: -273px -24px; text-decoration: none; color: #000000; }
.topTab h3 a:active { background-position: -273px -24px; text-decoration: none; color: #000000; }

.topTab h4 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 70px;
	height: 24px;
}

.topTab h4 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	
	background: url(/img/_top/tabsV3.gif) -377px 0 no-repeat;
}
.topTab h4 a:visited { text-decoration: none; color: #000000; }
.topTab h4 a:hover { background-position: -377px -24px; text-decoration: none; color: #000000; }
.topTab h4 a:active { background-position: -377px -24px; text-decoration: none; color: #000000; }

.topTab h5 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 141px;
	height: 24px;
}

.topTab h5 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	color: #000000;
	text-decoration: none;
	
	background: url(/img/_top/tabsV3.gif) -447px 0 no-repeat;
}
.topTab h5 a:visited { text-decoration: none; color: #000000; }
.topTab h5 a:hover { background-position: -447px -24px; text-decoration: none; color: #000000; }
.topTab h5 a:active { background-position: -447px -24px; text-decoration: none; color: #000000; }

.topTabOn {

}

.topTabOn h1 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 119px;
	height: 24px;
}

.topTabOn h1 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	color: #000000;
	
	background: url(/img/_top/tabsV3.gif) 0 -24px no-repeat;
}
.topTabOn h1 a:visited { text-decoration: none; color: #000000; }
.topTabOn h1 a:hover { text-decoration: none; color: #000000; }
.topTabOn h1 a:active { text-decoration: none; color: #000000; }

.topTabOn h2 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 154px;
	height: 24px;
}

.topTabOn h2 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;

	text-decoration: none;
	color: #000000;
	
	background: url(/img/_top/tabsV3.gif) -119px -24px no-repeat;
}
.topTabOn h2 a:visited { text-decoration: none; color: #000000; }
.topTabOn h2 a:hover { text-decoration: none; color: #000000; }
.topTabOn h2 a:active { text-decoration: none; color: #000000; }

.topTabOn h3 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 104px;
	height: 24px;
}

.topTabOn h3 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	color: #000000;
	
	background: url(/img/_top/tabsV3.gif) -273px -24px no-repeat;
}
.topTabOn h3 a:visited { text-decoration: none; color: #000000; }
.topTabOn h3 a:hover { text-decoration: none; color: #000000; }
.topTabOn h3 a:active { text-decoration: none; color: #000000; }

.topTabOn h4 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 70px;
	height: 24px;
}

.topTabOn h4 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	color: #000000;
	
	background: url(/img/_top/tabsV3.gif) -377px -24px no-repeat;
}
.topTabOn h4 a:visited { text-decoration: none; color: #000000; }
.topTabOn h4 a:hover { text-decoration: none; color: #000000; }
.topTabOn h4 a:active { text-decoration: none; color: #000000; }

.topTabOn h5 {
	position: relative;
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 141px;
	height: 24px;
}

.topTabOn h5 a {
	display: block;
	
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
	color: #000000;
	
	background: url(/img/_top/tabsV3.gif) -447px -24px no-repeat;
}
.topTabOn h5 a:visited { text-decoration: none; color: #000000; }
.topTabOn h5 a:hover { text-decoration: none; color: #000000; }
.topTabOn h5 a:active { text-decoration: none; color: #000000; }

.hpMnu {
	width: 250px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	
	font-family: Arial;
	font-size: 12px;
	color: #333333
}

.hpMnuA a:link { text-decoration: underline; color: #333333; }
.hpMnuA a:visited { text-decoration: underline; color: #333333; }
.hpMnuA a:hover { text-decoration: none; color: #666666; }
.hpMnuA a:active { text-decoration: underline; color: #333333; }

.hpMnu h1 {
	text-align: left;
	
	padding: 6px;
	padding-top: 10px;
	padding-left: 0px;
	
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	
	color: #ff9900;
	text-decoration: none;
	
	border-bottom: 1px dashed #999999;
}

.hpMnu h2 {
	text-align: left;
	
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	height: 28px;
	
	padding-left: 5px;
	border-bottom: 1px dashed #999999;
}

.hpMnu h2 a {
	display: block;
	
	padding: 6px;
	padding-left: 33px;
	
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	
	color: #0077C7;
	text-decoration: none;
	
	background: url(/img/_home/arrows.gif) 0 0 no-repeat;
}

.hpMnu h2 a.v2 {
	background: url(/img/_home/arrowsNew.gif) 0 0 no-repeat;
}

.hpMnu h2 a:visited { text-decoration: none; color: #0077C7; }
.hpMnu h2 a:hover { background-position: 0 -28px; color: #ff9900; }
.hpMnu h2 a:active { background-position: 0 -28px; color: #ff9900; }

.hpMnu h3 {
	display: block;
	text-align: left;
	
	padding: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	color: #ff9900;
	text-decoration: none;
}
.hpMnu h3 a:link { text-decoration: underline; color: #ff9900; }
.hpMnu h3 a:visited { text-decoration: underline; color: #ff9900; }
.hpMnu h3 a:hover { text-decoration: none; color: #0077C7; }
.hpMnu h3 a:active { text-decoration: underline; color: #ff9900; }

.hpSearchDesc {
	width: 260px;

	padding: 10px;
	padding-top: 45px;

	font-family: Arial;
	font-size: 11px;
	color: #333333;

	text-align: justify;
}

.hpTXT {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.hpBox {
	position: relative;
	
	background-color: #DFEEFF;
	border: 1px solid #ADBCCE;
}

.hpBox td, .hpBox span, .hpBox div {
	display: block;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.hp, .hp td {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.hp a:link { text-decoration: underline; color: #000000; }
.hp a:visited { text-decoration: underline; color: #000000; }
.hp a:hover { text-decoration: none; color: #000000; }
.hp a:active { text-decoration: underline; color: #000000; }

.hp div {
	font-family: Arial;
	font-size: 11px;
}

.hp ul, .hpBox ul {
	 margin-top: 10px;
	 margin-left: 25px;
	 margin-right: 5px;
	 margin-bottom: 10px;
}

.hpBox a,
.hpA a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	
	color: #333333;
	text-decoration: none;
	
	padding-left: 75px;
	
	background-image: url(/img/_home/link.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
.hpBox a:link { text-decoration: none }
.hpBox a:visited { text-decoration: none }
.hpBox a:hover { text-decoration: none; background-position: 0 -9px; }
.hpBox a:active { text-decoration: none; background-position: 0 2px; }

.hpA a:link { text-decoration: none }
.hpA a:visited { text-decoration: none }
.hpA a:hover { text-decoration: none; background-position: 0 -9px; }
.hpA a:active { text-decoration: none; background-position: 0 2px; }

.hpSocial {
	position: relative;
	
	background-color: #DFEEFF;
	border: 1px solid #ADBCCE;
}

.hpSocial td, .hpSocial span, .hpSocial div {
	display: block;
	
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.hpSocial a
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;

}
.hpSocial a:link { text-decoration: underline }
.hpSocial a:visited { text-decoration: underline }
.hpSocial a:hover { text-decoration: none; }
.hpSocial a:active { text-decoration: none; }

.homeA
{
	position: relative;
	display: block;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	
	color: #333333;
	text-decoration: none;
	
	margin: 0px;

	padding: 0px;
	padding-left: 75px;
	
	background-image: url(/img/_home/link.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
}
a.homeA:link { text-decoration: none; background-position: 0 2px; }
a.homeA:visited { text-decoration: none; background-position: 0 2px; }
a.homeA:hover { text-decoration: none; background-position: 0 2px; }
a.homeA:active { text-decoration: none; background-position: 0 2px; }

.hpClear { font-size: 1px; height: 1px; }

.mnuTab {

}

.mnuTab h1 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 150px;
	height: 22px;
}

.mnuTab h1 a {
	display: block;

	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;

	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	
	color: #003366;
	text-decoration: none;
	
	background: url(/img/_mnu/tabs.gif) 0px 0px no-repeat;
}
.mnuTab h1 a:visited { text-decoration: none; color: #003366; }
.mnuTab h1 a:hover { text-decoration: none; color: #003366; }
.mnuTab h1 a:active { text-decoration: none; color: #003366; }

.mnuTab h2 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;

	width: 150px;
	height: 22px;
}

.mnuTab h2 a {
	display: block;
	
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	
	color: #003366;
	text-decoration: none;
	
	background: url(/img/_mnu/tabs.gif) -450px 0px no-repeat;
}
.mnuTab h2 a:visited { text-decoration: none; color: #003366; }
.mnuTab h2 a:hover { text-decoration: none; color: #003366; }
.mnuTab h2 a:active { text-decoration: none; color: #003366; }

.mnuTab h3 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;

	width: 150px;
	height: 22px;
}

.mnuTab h3 a {
	display: block;
	
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	
	color: #003366;
	text-decoration: none;
	
	background: url(/img/_mnu/tabs.gif) -900px 0px no-repeat;
}
.mnuTab h3 a:visited { text-decoration: none; color: #003366; }
.mnuTab h3 a:hover { text-decoration: none; color: #003366; }
.mnuTab h3 a:active { text-decoration: none; color: #003366; }

.mnuTab h4 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 150px;
	height: 22px;
}

.mnuTab h4 a {
	display: block;
	
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;
	
	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	
	color: #F3FFFF;
	text-decoration: none;

	background: url(/img/_mnu/tabs.gif) -1350px 0px no-repeat;
}
.mnuTab h4 a:visited { text-decoration: none; color: #F3FFFF;}
.mnuTab h4 a:hover { text-decoration: none; color: #F3FFFF; }
.mnuTab h4 a:active { text-decoration: none; color: #F3FFFF; }

.mnuTab h5 {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	
	margin:  0 0 0 0;
	
	width: 150px;
	height: 22px;
}

.mnuTab h5 a {
	display: block;
	
	padding-top: 4px;
	padding-bottom: 5px;

	font-weight: normal;
	font-family: Verdana;
	font-size: 11px;
	
	text-align: center;
	color: #003366;
	text-decoration: none;
	
	background: url(/img/_mnu/tabs.gif) -1500px 0px no-repeat;
}
.mnuTab h5 a:visited { text-decoration: none; color: #003366; }
.mnuTab h5 a:hover { background-position: -1650px 0px; text-decoration: none; color: #003366; }
.mnuTab h5 a:active { background-position: -1650px 0px; text-decoration: none; color: #003366; }

.mnuSubTab {
	border-right: 1px solid #B0C2D8;
	padding-left: 20px;

	font-family: Verdana;
	font-size: 11px;

	color: #003366;
}
.mnuSubTab a:link { text-decoration: none; color: #003366; }
.mnuSubTab a:visited { text-decoration: none; color: #003366; }
.mnuSubTab a:hover { text-decoration: none; color: #8AA6D0; }
.mnuSubTab a:active { text-decoration: none; color: #ff9900; }

.loginBarTXT {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

.loginBarFRM
{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #999999;

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
	height: 18px;

}

.line {
	height: 4px;

	margin-top: 3px;
	background-image: url(/img/_line.gif);
}

.sb_text {  font-family: Verdana; font-size: 11px; color: #003366}
a.sb_text:link { text-decoration: none }
a.sb_text:active { text-decoration: none }
a.sb_text:visited { text-decoration: none }
a.sb_text:hover { text-decoration: none; color=#990000}

.tb_text {  font-family: Verdana; font-size: 11px; color: #003366;}
a.tb_text:link { text-decoration: none }
a.tb_text:active { text-decoration: none }
a.tb_text:visited { text-decoration: none }
a.tb_text:hover { text-decoration: none; color=#003366}

.dd_heading {  font-family: Verdana; font-size: 12px; color: #003366; font-weight: bold}
a.dd_heading:link { text-decoration: none }
a.dd_heading:active { text-decoration: none }
a.dd_heading:visited { text-decoration: none }
a.dd_heading:hover { text-decoration: underline; color=#003366}

.dd_menu {  font-family: Verdana; font-size: 12px; color: #ffffff}
a.dd_menu:link { text-decoration: none }
a.dd_menu:active { text-decoration: none }
a.dd_menu:visited { text-decoration: none }
a.dd_menu:hover { text-decoration: none }

.dd_text {  font-family: Verdana; font-size: 11px; color: #003366}
a.dd_text:link { text-decoration: none }
a.dd_text:active { text-decoration: none }
a.dd_text:visited { text-decoration: none }
a.dd_text:hover { text-decoration: underline }

.b_menu {  font-family: Verdana; font-size: 11px; color: #333333}
a.b_menu:link { text-decoration: none; color: #333333 }
a.b_menu:active { text-decoration: none; color: #333333 }
a.b_menu:visited { text-decoration: none; color: #333333 }
a.b_menu:hover { text-decoration: underline; color: #999999 }

.hb_menu {  font-family: Verdana; font-size: 10px; color: #ECF1F9}
a.hb_menu:link { text-decoration: none }
a.hb_menu:active { text-decoration: none }
a.hb_menu:visited { text-decoration: none }
a.hb_menu:hover { text-decoration: underline }

.hp_text { font-family: Verdana; font-size: 10px; color: #003366}
a.hp_text:link { text-decoration: none }
a.hp_text:active { text-decoration: none }
a.hp_text:visited { text-decoration: none }
a.hp_text:hover { text-decoration: underline }

.int_link {  font-family: Verdana; font-size: 10px; color: #ECF1F9}
a.int_link:link { text-decoration: none }
a.int_link:active { text-decoration: none }
a.int_link:visited { text-decoration: none }
a.int_link:hover { text-decoration: none }

.int_head {  font-family: Trebuchet MS; font-size: 18px; color: #DBE2EC}
a.int_head:link { text-decoration: none }
a.int_head:active { text-decoration: none }
a.int_head:visited { text-decoration: none }
a.int_head:hover { text-decoration: none }

.cal_heading {  font-family: Verdana; font-size: 10px; color: #F3FFFF}
a.cal_heading:link { text-decoration: none }
a.cal_heading:active { text-decoration: none }
a.cal_heading:visited { text-decoration: none }
a.cal_heading:hover { text-decoration: underline }

.cal_text {  font-family: Verdana; font-size: 10px; color: #666666}
a.cal_text:link { text-decoration: none }
a.cal_text:active { text-decoration: none }
a.cal_text:visited { text-decoration: none }
a.cal_text:hover { text-decoration: underline }

.cal_ltext {  font-family: Verdana; font-size: 10px; color: #999999}
a.cal_ltext:link { text-decoration: none }
a.cal_ltext:active { text-decoration: none }
a.cal_ltext:visited { text-decoration: none }
a.cal_ltext:hover { text-decoration: underline }

.sml_print{  font-family: Verdana; font-size: 10px; color: #003366}
a.sml_print:link { text-decoration: none }
a.sml_print:active { text-decoration: none }
a.sml_print:visited { text-decoration: none }
a.sml_print:hover { text-decoration: underline }

.tblBorder
{
    BORDER-COLLAPSE: collapse;
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;
}

.hpfrm
{
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #7F9DB9;

	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	
	width: 190px;
	height: 19px;
	
	padding: 2px;
	padding-left: 4px;
}

.s_txtInput
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	COLOR: #666666;
	FONT-WEIGHT: normal
}

.s_hiddenTXT
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #ffffff;
    BACKGROUND: #ffffff;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	COLOR: #003366;
	FONT-WEIGHT: normal
}

.s_hiddenTXT2
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #ffffff;
    BACKGROUND: #ffffff;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: italic;
	COLOR: #999999;
	FONT-WEIGHT: normal
}

.s_hiddenTXT3
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #ffffff;
    BACKGROUND: #ffffff;
    ALIGN: center;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: italic;
	COLOR: #003366;
	FONT-WEIGHT: normal
}

.sb_txtInput
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	COLOR: #003366;
	FONT-WEIGHT: normal
}

.hp_txtInput
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	FONT-STYLE: normal;
	COLOR: #003366;
	FONT-WEIGHT: normal
}

.sb_btn
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;
    BACKGROUND: #CCDBF0;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	COLOR: #003366;
	FONT-WEIGHT: normal;
}

.dd_btn
{
    BORDER-BOTTOM: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-COLOR: #003366;
    BACKGROUND: #CCDBF0;

	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	COLOR: #003366;
	FONT-WEIGHT: normal;
}

.hpNewsOuter {
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
	border: 1px solid #ABB9C9;
	background-color: #E1EFFF;	
}

.hpNewsOuter div.br {
	position: absolute;
	
	bottom: -1px;
	right: -1px;
	
	margin: 0px;
	padding: 0px;
}

.hpNewsOuter div.tl {
	position: absolute;
	
	top: -1px;
	left: -1px;
}

#hpNews {
	position: relative;
	overflow: hidden;
	
	margin: 0px;
	padding: 0px;
}

#hpNews div {
	position: absolute;
	
	top: 0px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	width: 210px;
	height: 148px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000;
	
	text-align: justify;
}

#hpNews div a {
	font-weight: bold;
	color: #003366;

	text-decoration: underline;
}

#hpNews div a:link { text-decoration: underline; color: #003366; }
#hpNews div a:visited { text-decoration: underline; color: #003366; }
#hpNews div a:hover { text-decoration: none; color: #003366; }
#hpNews div a:active { text-decoration: underline; color: #003366; }

.hpNews {
	overflow: auto;
	
	margin: 0px;
	padding: 0px;
	
	scrollbar-face-color: #0077C7;
	scrollbar-highlight-color: #0077C7;
	scrollbar-shadow-color: #0077C7;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #ffffff;
	scrollbar-track-color: #bfddff;
	scrollbar-darkshadow-color: #ffffff;
	
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

.hpNews div {
	margin: 0px;
	
	padding: 5px;
	padding-left: 0px;
	
	font-family: Arial;
	font-size: 11px;
	color: #000;
}

.hpNews div a {
	font-weight: bold;
	color: #003366;

	text-decoration: underline;
}

.hpNews div a:link { text-decoration: underline; color: #003366; }
.hpNews div a:visited { text-decoration: underline; color: #003366; }
.hpNews div a:hover { text-decoration: none; color: #003366; }
.hpNews div a:active { text-decoration: underline; color: #003366; }

.inpPrice {
	width: 60px;
	background: url(/img/_dollar.gif) top left no-repeat;

	text-align: right;

	padding-left: 10px;
	padding-right: 10px;
}

.inpPrice.min {
	background: url(/img/_dollar_min.gif) top left no-repeat;
}

.inpPrice.max {
	background: url(/img/_dollar_max.gif) top left no-repeat;
}

.inpDuration {
	width: 28px;
	text-align: center;
}

.inpDuration.hh {
	background: url(/img/_duration_hh.gif) top left no-repeat;
}

.inpDuration.mm {
	background: url(/img/_duration_mm.gif) top left no-repeat;
}
