BODY{
	margin:0px;
	padding:0px;
	acursor: default;
	scrollbar-face-color:#2d4d87;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#DEE3E7;
	scrollbar-3dlight-color:#D1D7DC;
	scrollbar-arrow-color: #ecedf2;
	scrollbar-track-color:#f9f8f1;
	scrollbar-darkshadow-color:#98AAB1;
	abackground:url(../images/skin/bg1.gif) center repeat-y #ffffff;
	abackground:url(../images/skin/bg.gif) center repeat-x #fbfaf0;
	background:#fff;
	/*cursor: url('images/cursor.ani'),default;*/
}

A{
	text-decoration:none;
	afont-weight:normal;
	font-size:13px;
	font-family:Arial,Tahoma,sans-serif;
	acolor:#648e00;
	color:#006699;
}
A:hover{
	text-decoration:underline;
	color:#169916;
}

TABLE{
	font-size:13px;
	color:#232f47;	
	font-family:Arial,Verdana;
}

H1{
	text-decoration:none;
	font-weight:normal;
	font-size:20;
	color:#9a5400;
	font-family:'Trebuchet MS',Georgia,Tahoma;
	border:double #ceccb5;
	border-width:0 0 3 0px;
	margin:0px;
}

#top{
	color:white;
	font-weight:bold;
	background:url(../images/bg_top.gif);
	height:28;
	padding-bottom:2px;
	apadding-left:20px;
}
#top A{
	font-weight:bold;
	color:white;
	margin-left:20px;
}
#top A:hover{
	color:white;
}

.input{
	text-indent:2px;
	font-size:11px;
	font-family:tahoma,sans-serif;
	color:#1d2b45;
	border:solid 1px #5276c2;
	background:url(../images/skin/input_bg.gif) #f7f7f7; 
}

.input:hover{
	border-color:#6597ff;
}

.button{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma,sans-serif;
	color:#fefefd;
	cursor:hand;
	padding:3 15 3 15px;
	border:groove 1px #a3a18f;
	background:url(../images/skin/button_bg.gif) #f7f7f7; 
}

.button:hover{
	border-color:#6597ff;
}

.input_error{
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#1d2b45;
	border:solid 1px #ff0000;
	background:url(../images/skin/input_bg.gif) #9ec5e9; 
}

.d_cauta{
	font-size:15px;
	font-family:'Trebuchet MS';
	font-weight:bold;
	width:340px;
	background:#fffc96 repeat-x;
	padding-left:2px;
}
