body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #086a7c;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
}


.topmenu {	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #039DB9;
	height: 14px;
}

.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.topmenu a:hover {
	background-color: #FFFFFF;
	color: #039DB9;
	text-decoration: none;
}

.subnav {
	color: #086a7c;	
	font: bold 8px;
	background-image: url(../../assets/images/bg001.gif);
}
	
.subnav a {
	color: #086a7c;
}

.subnav a:hover {
	color: #666666;
	text-decoration: underline;
}

.previews {
	font: 10px;
	padding: 2px 5px 2px 5px;
}

.footer {
	font: 9px;
}

.footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.backcolor {
	background-color: #039DB9;
}

.backcolor2 {
	background-color: #BFBFBF;
}

.backcolor3 {
	background-color: #CCCCCC;
}

.more_links {
	color: #666666;
	font: bold 9px;
}


.preview_title {
	font: italic bold 21px Times New Roman;
	color: #666666;
}

.preview_title span {
	color: #000000;
}


.leftnav {
	font-size: 10px;
	color: #666666;
	border-right: 1px solid Black;
}

.leftnav li {
	list-style-image: url(../../assets/images/arrow.gif);
	white-space: nowrap;
	border-bottom: thin inset;
	padding: 0px 0px 2px 5px;
	margin-left: -20px;
}

.leftnav li2 {
	list-style-type:disc;
	white-space: nowrap;
	border-bottom: thin inset;
	padding: 0px 0px 5px 10px;
	margin-left: -20px;
}



.leftnav a {
	color: #666666;
}

.leftnav a:hover {
	color: #039DB9;
	font-weight: bold;
	text-decoration: underline;
}


.bodytext {
	color: #666666;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	text-align:justify;

}

.bodytext a {
	color: #666666;
	font-weight: bold;
}

.bodytext a:hover {
	text-decoration: underline;
}

.bodytext .preview_title {
	font: italic bold 21px Times New Roman;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

.bodytext .preview_title span {
	color: #000000;
}

.bodytext .bigversion {
	font: 16px Arial, Helvetica, sans-serif;
}

.faqtext {
	color: #666666;
	font-size: 11px;
	padding: 20px 5px 15px 15px;
	text-align:justify;
}

.faqtext a {
	color: #666666;
}

.faqtext a:hover {
	text-decoration: underline;
	font-weight:bold;
}

.faqtext .preview_title {
	font: italic bold 21px Times New Roman;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
}

.faqtext .preview_title span {
	color: #000000;
}

.form {
	background-color: #E3E3E3;
	color: #666666;
	font-size: 9px;
}

.form1 {
	color: #666666;
	font-size: 11px;
}


.form th {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #386A7C;
	font-weight: bold;
	background-image: none;
}

.form span {
	color: #386A7C;
	font-weight: bold;
}

.form a:hover{
	text-decoration: underline;
	font-weight:bold;
}

.googlesearch {
	font-size: 11px;
	color: #666666;
}

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }

th {
	text-align: center;
}

#globalnav {
	position:relative;
	width: 100%;
	list-style: none;
	line-height: 1em;
	padding: 0 0.5em 1.75em 0.5em;
	margin: 0 0 0 0;
}

#globalnav #bodynav {
  clear: both;
  padding: 5px 5px 20px 5px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fafafa;
  margin-top: -1px;
}

#globalnav #menunav {
  width: 100%;
  margin: 0;
}

#globalnav #submenu {
  /*position: relative;*/
  clear: both;
  margin: -1px 0px 0px 0px;
  border: 1px solid #ccc;
  background: #ddd;
  padding: 2px 10px 4px 10px;
}

#menunav ul {
  margin: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 23px;
  list-style-type: none;
}

#menunav li {
	float:left;
	font-size: 10px;
	font-weight: normal;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #aaa;
	border-bottom:1px solid #fff;
	margin: 0px 3px 0px 3px;
}

#menunav a {
	display:block;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	padding: 0.25em 1em;
	padding-bottom:9px; 
	border-bottom:1px solid #ccc;

}

#menunav a:hover,
#menunav a:active {
	background:#eee;
	color: #086a7c;
	border-bottom:1px solid #ccc;
	
}

#menunav A.here:link,
#menunav A.here:visited {
	background:#fafafa;
	position:relative;
	border-bottom:1px solid #fafafa;
}

form {
	margin: 0px;
	padding: 0px;
	display:inline;
}


