html {
	font-size: 100%;
}
body {
	margin: 0px;
	padding: 0;
	font-family: Trebuchet, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #1f7fd3;
	line-height: 1.4em;
}
img { border: none; }
a:link,
a:visited {
	color: #064987;
	text-decoration: underline;
}
a:hover {
	color: #ec008c;
	text-decoration: none;
}
a:link[target="_blank"],
a:visited[target="_blank"] {
	color: #7c989c;
	background: url(Images/Global/external_link.gif) no-repeat top right;
	padding-right: 11px;
	margin-right: 3px;
}
a:hover[target="_blank"] {
	color: #064987;
}
ul li { list-style-type: none; }
ol {
	padding-left: 0;
	margin-left: 1.5em;
	_margin-left: 1.9em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	margin-bottom: 0.3em;
	color:#003d72;
}
h1 { font-size: 2.4em; font-weight: normal; }
h2 { font-size: 2.1em; font-weight: normal; }
h3 { font-size: 1.7em; font-weight: normal; }
h4 { font-size: 1.45em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.85em; }
.wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
	font-family: "myriad-pro-1", "myriad-pro-2", sans-serif;
	line-height: 0.9em;
	font-weight: bold;
}
.wf-active h1 { font-size: 2.5em; }
.wf-active h2 { font-size: 2.2em; }
.wf-active h3 { font-size: 1.8em; }
.wf-active h4 { font-size: 1.55em; }
.wf-active h5 { font-size: 1.2em; }
.wf-active h6 { font-size: 1em; }
input, select, textarea {
	font-family: Trebuchet, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #064987;
	font-style: italic;
}
input.field_file {
	border: solid 1px;
	border-color: #d0cfd0;
	background: #ffffff;
	padding: 2px 3px;
}
input[type="checkbox"] {
	margin: 4px 4px 0 0;
	*margin: 0 2px 0 -3px;
}
* html input.checkbox,
* html span.checkbox input,
* html .checkbox_wrapper,
* html .checkbox_wrapper input {
	margin: 0 2px 0 -3px;
}
span.checkbox {
	overflow: hidden;
}/*
span.checkbox input {
	display: block;
	float: left;
}
span.checkbox label {
	display: block;
	_float: left;
	text-align: left;
	padding-top: 1px;
	letter-spacing: normal;
	padding-right: 4px;
	overflow: auto;
}*/
table.checkbox {
	padding: 0px;
	margin: 0px;
}
table.checkbox td {
	background: transparent;
	padding: 0px;
	border-width: 0px;
}
span.radio label {
	margin-right: 10px;
}
input.textbox, .textbox {
	border: solid 1px;
	border-color: #d0cfd0;
	background: #deeff9;
	padding: 2px 3px;
}
select, textarea {
	background: #deeff9;
}
select {
	border-width: 0px;
	border-color: #d0cfd0;
	padding: 1px;
}

p { margin: 1em 0 0 0; clear: both; }
p:first-child { margin-top: 0; }
p { margin-top: expression(this.previousSibling==null ? '0' : ''); }

/* Generic */
.divider,
.divider-1,
.divider-2 {
	clear: both;
	display: block;
	height: 2px;
	margin-bottom: 2px;
	font-size: 0px;
	line-height: 1px;
	letter-spacing: 0px;
}
.divider { border-bottom: solid 1px #e6e6e6; }
.divider-1 { border-bottom: solid 1px #aaaaaa; }
.divider-2 { border-bottom: solid 2px #9cc1dd; }

.hide { display: none; }
.inline { display: inline; }
.block { display: block; }

.abs { position: absolute; }
.rel { position: relative; }

.float-l { float: left; }
.float-r { float: right; }
.clear { clear: both; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.boxflowfix {
  overflow/**/: auto;
  /*_height: 1%;*/
  _zoom: 1;
  word-wrap: break-word;
}
@-moz-document url-prefix() { .boxflowfix { overflow: hidden; } }

.ul, .ol { margin: 0 0 1em 0em; padding: 0 0 0 1em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }
.ol li { list-style-type: decimal; }
.ul li { list-style-type: disc; }

.pad { padding: 10px; }
.pad-l { padding-left: 10px; }
.pad-r { padding-right: 10px; }
.pad-t { padding-top: 10px; }
.pad-b { padding-bottom: 10px; }
.spad { padding: 5px; }
.spad-l { padding-left: 5px; }
.spad-r { padding-right: 5px; }
.spad-t { padding-top: 5px; }
.spad-b { padding-bottom: 5px; }
.lpad { padding: 20px; }
.lpad-l { padding-left: 20px; }
.lpad-r { padding-right: 20px; }
.lpad-t { padding-top: 20px; }
.lpad-b { padding-bottom: 20px; }
.pad-none { padding: 0; }

.mar { margin: 10px; }
.mar-l { margin-left: 10px; }
.mar-r { margin-right: 10px; }
.mar-t { margin-top: 10px; }
.mar-b { margin-bottom: 10px; }
.smar { margin: 5px; }
.smar-l { margin-left: 5px; }
.smar-r { margin-right: 5px; }
.smar-t { margin-top: 5px; }
.smar-b { margin-bottom: 5px; }	
.lmar { margin: 20px; }
.lmar-l { margin-left: 20px; }
.lmar-r { margin-right: 20px; }
.lmar-t { margin-top: 20px; }
.lmar-b { margin-bottom: 20px; }	
.mar-none { margin: 0; }

.align-l { text-align: left; }
.align-r { text-align: right; }
.align-c { text-align: center; }
.caps {text-transform: uppercase; }

.text_sm-1 { font-size: 0.95em; }
.text_sm-2 { font-size: 0.9em; }
.text_sm-3 { font-size: 0.85em; }
.text_sm-4 { font-size: 0.8em; }
.text_sm-5 { font-size: 0.75em; }
.text_sm-6 { font-size: 0.7em; }

.text_bg-1 { font-size: 1.05em; }
.text_bg-2 { font-size: 1.1em; }
.text_bg-3 { font-size: 1.15em; }
.text_bg-4 { font-size: 1.2em; }
.text_bg-5 { font-size: 1.25em; }
.text_bg-6 { font-size: 1.3em; }

.sfont-1 {
	font-size: 0.9em;
	line-height: normal;
}
.sfont-2 {
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}
.sfont-3 { font-size: 0.6em; }
.highlight-1 { color: #ec008c !important; }
.highlight-2 { color: #064987 !important; }
.highlight-3 { color: #ffffff !important; }
.bold { font-weight: bold; }
.normal { font-style: normal; }
.italic { font-style: italic; }
.cursor { cursor: pointer; }
.lh-reset { line-height: normal; }
.nowrap { white-space: nowrap; }

/* Hint Fields */
.hint {
	width: 200px;
	display: none;
	position: absolute;
	margin-top: -8px;
	margin-left: 10px;
	border: 1px solid #cc9933;
	padding: 10px 12px;
	background: #ffffcc url(../../Images/Global/hint_pointer_right.gif) no-repeat -10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	white-space: normal;
	z-index: 1000;
}
.hint .hint_pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(../../Images/Global/hint_pointer_right.gif) left top no-repeat;
}

.hint_offset {
	width: 200px;
	display: none;
	position: absolute;
	border: 1px solid #cc9933;
	padding: 10px 12px;
	background: #ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	white-space: normal;
	z-index: 1000;
}
.hint_offset .hint_pointer {
	position: absolute;
	width: 19px;
	height: 10px;
	background: url(../../Images/Global/hint_pointer_top.gif) left top no-repeat;
}

/* Style for i-frame fix (hover overlapping) */
#hint_mask {
	position: absolute;
	z-index: 10;
	display: none;
	border: 0px;
}

/* Scrollbar: overflow scroll replacement */
div#box_scroll_content {
	
}
div#box_scroll {
	float: left;
	width: 100%;
	overflow: auto;
}
#box_scrollbar {
	float: right;
	background: url(Images/Scroll/ver_base_bottom.png) no-repeat bottom;
	_background: url(Images/Scroll/ver_base_bottom.gif) no-repeat bottom;
	display: none;
}
#box_scrollbase {
	background: url(Images/Scroll/ver_base_top.png) no-repeat;
	width: 18px;
	margin-bottom: 30px;
	_pngfixkeeppos: true;
}
#box_scrollhandle {
	background: url(Images/Scroll/handle.png) no-repeat;
	width: 18px;
	height: 30px;
	_pngfixkeeppos: true;
}

/* jScrollPane */
.jspContainer .jspVerticalBar {
	width: 18px;
	background: transparent url(Images/Scroll/ver_base_top.png) no-repeat;
}
.jspContainer .jspVerticalBar .jspTrack {
	background: transparent url(Images/Scroll/ver_base_bottom.png) no-repeat bottom;
}
.jspContainer .jspVerticalBar .jspDrag {
	background: url(Images/Scroll/handle.png) no-repeat;
}
