a:link    	       { color: #000000; text-decoration: none; }
a:visited 	       { color: #000000; text-decoration: none; }
a:hover  	       { color: #99a1a9; text-decoration: underline; }
a:active 	       { color: #000000; text-decoration: none; }

.contact a:link    	       { color: #ffffff; text-decoration: underline; }
.contact a:visited 	       { color: #ffffff; text-decoration: underline; }
.contact a:hover  	       { color: #ffffff; text-decoration: none; }
.contact a:active 	       { color: #ffffff; text-decoration: underline; }

.articlelink a:link    	       { color: #ffffff; text-decoration: none; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;}
	
.articlelink a:visited 	       { color: #ffffff; text-decoration: none; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;}
	
.articlelink a:hover  	       { color: #9fd2e8; text-decoration: none; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;}
	
.articlelink a:active 	       { color: #ffffff; text-decoration: none; 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;}

html, body, #wrapper {
   min-height: 100%; /*Sets the min height to the height of the viewport.*/
   width: 100%;
   height: 100%; /*Min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
   }

html>body, html>body #wrapper {
   height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
   }
 
body 	{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001428;
	background: #e8ebec;
	background-image:  url("images/gui/BG_subpage.png");
	background-position: left top;
	overflow-X: hidden;
	padding: 0;

    	} 

.tdBGBLUE{

	background-image:  url("images/gui/BG_BLUE-subpage.png");
	background-position: left center;
    	}
.tdBGGRADIENT{

	background-image:  url("images/gui/BG_GRADIENT-subpage.png");
	background-position: left center;
    	}


.sitemapbg{

	background-image:  url("images/gui/sitemap-bg.gif");
	background-position: left center;
    	}

ol 	{
 	padding: 0;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

ul 	{
 	padding: 0;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: square;
	}

li
	{
	margin: 0;
	margin-bottom: 5px;
	/*line-height: 10px;*/
	}


.topmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #001428;
	padding-right: 4px;
	}

.topmenuactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4aaad4;
	padding-right: 4px;
	text-decoration: underline;
	}


.div {
 	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
	}

.divimg {
 	padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
	}

.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
 	padding-top: 0px;
   	padding-right: 0px;
    	padding-bottom: 0px;
        padding-left: 20px;
	text-align: justify;
	}


.maintxtheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	}
	
.requiredfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	background-color: #FFFFFF;
	}
.req {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	}


.opacitybox {
	filter:alpha(opacity=20); /*IE*/
	-moz-opacity:0.2; /*Netscape Navigator*/
	-khtml-opacity: 0.2; /*KTHML-Safari 1.0*/
	opacity: 0.2; /*Firefox, Safari, and Opera*/
   }

#wrapper {
   position: absolute;
   top: 0;
   left: 0;
   }

#footer {
	background-image:  url("images/gui/BG_footer.gif");
	position: absolute;
	bottom: 0;
	width: 100%;
   }

#main {
   margin-bottom: 23px; /*footer height.*/
   /*text-align: center;*/
   height: auto;
   padding: 0;
   }

.input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #4aaad4;
	color: #FFFFFF;
	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: #4aaad4;
	border-right-color: #4aaad4;
	border-bottom-color: #4aaad4;
	border-left-color: #4aaad4;
}

.inputcheckbox
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #4aaad4;
	color: #FFFFFF;
	border: none;
}
.privacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #001428;
 	padding-top: 0px;
    	padding-right: 20px;
    	padding-bottom: 0px;
  	  padding-left: 10px;
	}

.privacyblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4aaad4;
	}

.sitemapheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
 	padding-top: 0px;
    	padding-right: 0px;
    	padding-bottom: 0px;
  	padding-left: 10px;
	}

.sitemaplinktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
 	padding-top: 0px;
   	padding-right: 0px;
    	padding-bottom: 0px;
   	padding-left: 10px;
	line-height: 25px;
	}

.articlemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8a9a9f;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	}
