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; }

A.turbo:link        { color: #ff6633; !important; text-decoration: underline; }
A.turbo:visited     { color: #ff6633; !important; text-decoration: underline; }
A.turbo:hover       { color: #ff6633; !important; text-decoration: none;		  }
A.turbo:active      { color: #ff6633; !important; text-decoration: underline; }

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_startpage.png");
	background-position: left top;
	/*overflow-X: hidden;*/
	padding: 0;
    } 

.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;
	}

.submenu {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	}

.starttxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	}

.bottomtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #242c31;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	}
.bottomtxtmrgr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #242c31;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	}
.opacity {
	filter:alpha(opacity=10); /*IE*/
	-moz-opacity:0.1; /*Netscape Navigator*/
	-khtml-opacity: 0.1; /*KTHML-Safari 1.0*/
	opacity: 0.1; /*Firefox, Safari, and Opera*/
   }

#wrapper {
   position: absolute;
   top: 0;
   left: 0;
   }

#footer {
	background-image:  url("images/gui/BG_footer.gif");
	position: absolute;
	bottom: 1px;
	width: 100%;
   }

#main {
   margin-bottom: 23px; /*footer height.*/
   /*text-align: center;*/
   height: auto;
   padding: 0;
   }

.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: 5px;
    padding-bottom: 0px;
    padding-left: 10px;
	}

H1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #96999a;
	font-weight: lighter;
	}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
	}
	
	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;
	}
