html {
	overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
}

body,td,div {
	font-family: Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Arial; 
//	color: #283828; 
	text-align: left;
   font-size: 12px;
}

.tab {
   font-size: 10px;
   padding-top: 6px;
}

.tab2 {
   font-size: 10px;
   padding-top: 6px;
   text-transform: uppercase;
   font-weight: bold;
}



.menu {
	color: white;
	}

.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
   font-size: 14px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.footer {
	font-size: 9px;
}

.warning {
	color: red;
}



#bkg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 700px;
	z-index: 0;
} 

#bkgtit {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 100px;
	z-index: 2;
} 

#logo {
	position: absolute;
	left: 836px;
	top: 5px;
	width: 200px;
	height: 150px;
	vertical-align: middle;
	text-align: left;
	padding-left: 0px;
	z-index: 3;
}  

#tit {
	position: absolute;
	left: 215px;
	top: 20px;
	width: 500px;
	height: 300px;
	padding-left: 0px;
//	background-color: black;
	z-index: 5;
}  

#search {
	position: absolute;
	left: 645px;
	top: 10px;
	width: 150px;
	height: 18px;
	padding-left: 5px;
	padding-top: 2px;
	z-index: 4;
} 

#menu {
	position: absolute;
	left: 0px;
	top: 100px;
	width: 120px;
	height: 285px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: black;
	z-index: 6;
}  

#content {
	position: absolute;
	left: 250px;
	top: 150px;
	width: 470px;
	height: 400px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	z-index: 8;
} 

#contenthome {
	position: absolute;
	left: 250px;
	top: 100px;
	width: 500px;
	height: 400px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #333333;
	z-index: 9;
}

#bodytext {
	position: relative;
	color: #333333;
   font-size: 12px;
	z-index: 10;
} 




a:link,a:visited       {
	color: #e6ff00; 
	text-decoration: none;
	text-transform: none;
	}
a:active,a:hover {   
	text-decoration: underline; 
	}
a.footer:link,a.footer:visited       {
	font-size: 9px;
	font-weight: normal;
	}
a.footer:active, a.footer:hover {   
	font-size: 9px;
	font-weight: normal;
	}
a.menu:link,a.menu:visited       {
   font-size: 12px;
   line-height: 18px;
	text-transform: uppercase;
	}
a.menu:active, a.menu:hover {   
   font-size: 12px;
   line-height: 18px;
 	text-transform: uppercase;
	}
a.tab:link,a.tab:visited       {
	color: black; 
	text-decoration: underline; 
	}
a.tab:active, a.tab:hover {   
   color: black;
	text-decoration: none; 
	}
a.tab2:link,a.tab2:visited       {
	color: black; 
	text-decoration: underline; 
	font-weight: normal;
	font-size: 12px;
	}
a.tab2:active, a.tab2:hover {   
   color: black;
	text-decoration: none; 
	font-weight: normal;
	font-size: 12px;
	}
a.tab2kapital:link,a.tab2kapital:visited       {
	color: black; 
	text-decoration: underline; 
	font-weight: normal;
   font-size: 10px;
   padding-top: 6px;
   text-transform: uppercase;
   font-weight: bold;
   }
a.tab2kapital:active, a.tab2kapital:hover {   
   color: black;
	text-decoration: none; 
	font-weight: normal;
   font-size: 10px;
   padding-top: 6px;
   text-transform: uppercase;
   font-weight: bold;
	}







input, select {
	font-family: arial, trebuchet ms, verdana, helvetica;
	font-size: 11px; line-height: 12px;
	color: #404041;
	BORDER-RIGHT: #E8E8E8 2px solid; BORDER-TOP: #969696 2px solid; BORDER-LEFT: #969696 2px solid; BORDER-BOTTOM: #E8E8E8 2px solid; 
	BACKGROUND-COLOR: white;  
}

textarea {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	color: black;
	BORDER-RIGHT: #889988 1px solid; BORDER-TOP: #889988 1px solid; BORDER-LEFT: #889988 1px solid; BORDER-BOTTOM: #889988 1px solid;
	BACKGROUND-COLOR: white; 
}

select.b {
	color: white;
	background-color: #f02040; 
	border-style: solid; 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}

input.b, textarea.b {
	color: white;
	padding-left: 3px;
	font-size: 11px;
	background-color: #f02040; 
	border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}





#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid black;
	color: black;
	padding: 3px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
}


