/*-------------------------------------------------------- scrolling ----------------------------------------------------*/
body, html, #wrapper {
scrollbar-face-color: #121212;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #736D67;
scrollbar-darkshadow-color: #736D67;
scrollbar-shadow-color: #736D67;
scrollbar-arrow-color: #A69D95;
margin: 0px;
height:100%;
background-color: #000000;
}
					
#wrapper {
	align: center;
	height: 100%;
	background-color: #000000;
}

/*-------------------------------------------------------- red TEXT ----------------------------------------------------*/
 .content_red  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #ff0000;
	text-decoration : none;
}
/*-------------------------------------------------------- white TEXT ----------------------------------------------------*/


 .content_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}

 .links_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : underline;
}
 .links_white:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}

/*-------------------------------------------------------- black TEXT ----------------------------------------------------*/


 .content_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;
}

 .links_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	text-decoration : none;
}
 .links_black:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	text-decoration : underline;
}



/*-------------------------------------------------------- FORM ----------------------------------------------------*/

INPUT.form {
	BACKGROUND-COLOR: #666666;
	COLOR: #000000;
	font-weight: normal;
	FONT-FAMILY: arial, Verdana, helvetica;
	FONT-SIZE: 12px;
		border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #000000;
	border-top:1px solid #000000;
}


.button {
	font-family: Verdana,Helvetica,Arial;
	font-size: 9px;
	background: #000000;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	color: #FFFFFF;
	text-decoration: none;
	cursor: hand;

}