
html{
	scrollbar-base-color: #990000;
/*	scrollbar-arrow-color: #EAEAEA;
	scrollbar-3dlight-color: #3399CC;
	scrollbar-darkshadow-color: #003366;
	scrollbar-face-color: #CC6600;
	scrollbar-highlight-color: #FF9933;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #990000; */
}
body {
	background-color: #BBBCC0;
	background-image: url(../images/bg_main.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	
}


/* :::::::::::::: INFO BOX :::::::::::::::::::::::: */ 
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #333333;
color:#ffffff;
font-size: 11px;
padding: 2px;
background-color: #990000;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
 

p,td,th,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* :::::::::::::: FORM TEXTS :::::::::::::::::::::::: */  

.txtRedBoldHeader {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
}

.txtfieldAppform {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #eeeeee;
	border-color: #990000;
}


.txtappformblack {
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
}


.txtappformblackBOLD {
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.txtappformwhite {
	font-size: 11px;
	font-family: arial, Helvetica, sans-serif;
	color: #ffffff;
}

.red {
	color: #990000;
}


/* :::::::::::::: TEXTS :::::::::::::::::::::::: */ 

.footeraddress {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}




/* :::::::::::::: LINKS :::::::::::::::::::::::: */ 


a.form{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

a.form:hover {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF5959;
	text-decoration: none;
}


a{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF5959;
	text-decoration: none;
}
.style1 {
	color: #386B6B;
	font-weight: bold;
}




