@charset "utf-8";
* {
	padding:0;
	margin:0;
}
body {
	background:url(../images/bg.png) repeat;	
	font:11px Tahoma, Geneva, sans-serif;
	color:#3f3f3f;
	line-height:130%;
	text-align:center;
	z-index:-1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;	
}
h3 {
	font-size:14px;
	margin:5px 0;
}
h4 {
	font-size:11px;
}
h5 {
	font-size:10px;	
}
h6 {
	font-size:8px;
}
p {
	padding:6px 5px;
	text-align:justify;
}
a {
	text-decoration:none;
	color:#4f4f4f;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
	color:#4a861a;
}
a:active { outline:none;}
:focus { -moz-outline-style:none;}
a img {border:none;}
label {font-weight:bold;font-size:12px;margin-right:5px;}
select, input[type="text"], input[type="password"], textarea {
	border:solid 1px #d8d8d8;
	background:#fff;
	text-align:left;
	margin:2px 0;
}
select, input[type="text"], input[type="password"] {height:18px;}
fieldset {border:solid 1px #CCC;margin:5px 0;padding:5px;}
legend {font-weight:bold;padding:5px;}
ul, ol {padding-left:10px;}
hr {height:2px;color:#cbe19d;margin:4px 0;}
