@charset "UTF-8";
/* CSS Document */

body {	
    background:#e8e8e8;
	background-image:url(images/main_bg.gif);
	background-repeat:repeat-x;
	margin-top:10px;
}


.maintable {
    font:.8em Arial, Helvetica, sans-serif; 
	color: #333;
	margin:0 auto;
	width:972px;
	height:1050px;
	text-align:left;
}



.footer {
	font:.8em Arial, Helvetica, sans-serif;
	color:#666;
}

.footer a:hover {
	color:#a72a2e;
}

h1 { font:bold 2em Verdana, Geneva, sans-serif; margin:0 auto; }
h2 {font:bold 1.1em Arial, Helvetica, sans-serif; color:#a72a2e; margin:0 auto;  }
h3 {font:normal 1.1em Arial, Helvetica, sans-serif; color:#333;margin:0 auto; }
h4 {font:bold 1em Arial, Helvetica, sans-serif; color:#a72a2e; margin:0 auto;  }
.text_big {
	font-size: 1em;
	font-weight:bold;
}

.text_big_red {
	font-size: 1em;
	font-weight:bold;
	color:#a72a2e;
}
.maintable a:hover {
	color:#a72a2e; 
	text-decoration:none;
}
a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}

.textarea {
	color:#555;
	font-size:.85em;
	padding: 3px 0 0 5px;
	border:1px solid #fff;
	width:168px;
	height: 18px;
	background:url(images/textarea.png) no-repeat;

}
.drop-down{
	color:#555;
	font-size:.85em;
	padding: 1px;
	border:1px solid #fff;
	background-color: #ededed;
	width:168px;
	height: 22px;
}

