body {
	scrollbar-base-color:#DFDFDF;	
	scrollbar-arrow-color:#B61212; 
	scrollbar-face-color:#DFDFDF; 
	scrollbar-3dlight-color:#B61212; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-shadow-color:#B61212; 
	scollbar-highlight-color:#B61212;
}

FONT {
	font-family: Arial;
	font-size: 12px;
}

.titlu {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	color: #1988F3;
}

TABLE , TD {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

/*
INPUT, SELECT, TEXTAREA
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	font-weight: normal;
	margin-bottom:1px;
	padding:expression( (this.type=="button" || this.type=="submit") ? '0px' : '2px');
	cursor:expression( (this.type=="button" || this.type=="submit") ? 'pointer' : '');
	background-image:expression( (this.type=="button" || this.type=="submit") ? 'url(images/bg_buton.gif)' : '');
	background-color:expression( (this.type=="button" || this.type=="submit") ? '#cccccc' : '');
	border-style: solid;
	border-color:expression( (this.type=="button" || this.type=="submit") ? '#000000' : '#a0a0a0');
	border-width: expression( (this.type=="checkbox" || this.type=="radio") ? '0px 0px 0px 0px' : '1px 1px 1px 1px');
	width: expression( this.type=="textarea" ? '300px' : '');
	height: expression( this.type=="textarea" ? '60px' : '20px');
}
*/

.input_off
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#f4f4f4;
	border:1px solid #a0a0a0;
	height:20px;
}
.inputo_off
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#f4f4f4;
	border:1px solid red;
	height:20px;
}
.input_on
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #1988F3;
	height:20px;
}

.text_off
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#f4f4f4;
	border:1px solid #a0a0a0;
	height:60px;
	width:300px;
}
.texto_off
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#f4f4f4;
	border:1px solid red;
	height:60px;
	width:300px;
}
.text_on
{
	font-family: Arial;
	font-size: 12px;
	color: #575757;
	margin-bottom:1px;
	padding:2px;
	background-color:#ffffff;
	border:1px solid #1988F3;
	height:60px;
	width:300px;
}

A:link
{ 
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
A:visited
{ 
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
A:hover
{
	font-family: Arial;
	font-size: 12px;
	color:#B61212;
	cursor:pointer;
	text-decoration:none 
}