@charset "utf-8";
/* CSS Document */

* {
	margin      	: 0;
	padding    		: 0;
	list-style  	: none;
	font-family 	: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border			: none;
	text-decoration : none;
	vertical-align	: middle;
	color			: #036
}

BODY       {
	background-color: #fff;
	background-image           : url(#../images/back_.jpg);
	background-repeat:repeat-x;
	text-align                 : center;
	SCROLLBAR-FACE-COLOR       : #AA9;
	SCROLLBAR-HIGHLIGHT-COLOR  : #AA9;
	SCROLLBAR-SHADOW-COLOR     : #FFF;
	SCROLLBAR-3DLIGHT-COLOR	   : #FFF;
	SCROLLBAR-ARROW-COLOR	   : #FFF;
	SCROLLBAR-TRACK-COLOR      : #AA9;
	SCROLLBAR-DARKSHADOW-COLOR : #AA9;
	color					   : #006;
	font-size				   : 10px;
}

a { font-size: 12px }

a:hover    {
	background-color:#6699CC;
	filter : alpha(opacity=70);
	moz-opacity	: 0.7;
	opacity: 0.7;
	color:#006
}

fieldset * { float:left }
fieldset li { float:none; clear:left }
fieldset label { width: 100px; text-align:right }

h1, h2, h3, h4, h5, h6 { color:#009; text-align:left; margin:10px 0 }
h1 { font-size:20px }
h2 { font-size:18px }
h3 { font-size:16px }
h4 { font-size:14px }
h5 { font-size:12px }
h6 { font-size:10px }

legend { font-size:14px; color:#009; font-weight:bold }

p { 
	font-size  	: 13px;
	margin		: 0 auto;
	text-align	: justify
}

table {
	border				: #AA9 2px solid;
	text-align			: center

}

th { background-color	: #bcd; }

tr { background-color	: #fff; }

td {
	padding				: 0 3px;
	border				: #066 1px solid;
	border-left			: #FFF 1px solid;
	border-top			: #FFF 1px solid;
}

input, select, textarea, button {
	background-color: #FFFFFF ;
	border: 1px solid #036;
	color: #FFFFFF;
    font-style: normal; color:#000033;

	
}

button {
	cursor: pointer;
	font-size:12px;
	margin-left:4px;
	font-size:12px;
}

span, label { font-size: 12px }

label {
	display	
	padding	: 10px;
}

li { border-bottom: 1px #669 solid; padding:3px 0 }
