/********************************************
 *	This file (berns_a.css) is user for
 *  	Netscape6, PC
 *  	Netscape6, Mac
 *  	Internet Explorer 4, PC 
 *  	Internet Explorer 5, PC 
 *  	Internet Explorer 6, PC 
 *  	Internet Explorer 5, Mac
 ********************************************/


/*****************************
 *	Style for content
 *****************************/
H1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	color: #837c78;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}
H2 {
}
H3 {
}
P {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 12px;	
}
TD {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #000000;
}
LI {
}
UL {
}


/*****************************
 *	Style for form elements
 *****************************/
INPUT {
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
SELECT {
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
TEXTAREA {
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
}
.box {
		font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
		font-size: 7pt;
		color: #444C5D;
		width: 115px;
}


/*****************************
 *	Style for links
 *****************************/
A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}


/*****************************
 *	Style for other elements
 *****************************/
BODY {
	background-color : #FFFFFF;
}

TABLE {
}


.whitebackground {
	background-color : #ffffff;
}

.greybackground {
	background-color : #a0958f;
}

.whitetext {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 6pt;
	color: #ffffff;
}

.darktext {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 6pt;
	color: #444C5D;
}

BODY.orangescroll {
	background-color : #a0958f;
	scrollbar-base-color: #a29f96;  
 	scrollbar-track-color: #b8b8b8; 
	scrollbar-arrow-color: #000000;
}
BODY.orangescrollwhite {
	background-color : #ffffff;
	scrollbar-base-color: #a29f96;  
 	scrollbar-track-color: #b8b8b8; 
	scrollbar-arrow-color: #000000;
}
BODY.whitebackground {
	background-color : #ffffff;
}

BODY.blackbackground {
	background-color : #000000;
}