/* CSS Document 

* {margin:0; padding:0;}*/

h3{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#fff;	
	padding:0px;
	margin:0px;
}
h4{
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	color:#000000;	
	margin:10px;
}
h5{
	font-family:times;
	font-weight:bold;
	font-size:12px;
	color:#000000;	
	margin:10px;
}
h1{
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#3a32b3;	
}

li{padding:5px;
}

td, input, textarea{
	font-family:Tahoma;
	font-size:14px;
	line-height:14px;  
	color:#000000;	
	vertical-align:top;
}

a { color:#3a32b3;}
a:hover { text-decoration: none;}
a img { border:0;}

.left_menu { color:#0033A2;font-size:14px;font-family:times;}
.footer { text-decoration:none;font-size:10px;font-weight:bold;color:#3a32b3;}

.clear { clear:both;}

.auto { width:auto; height:auto;}

input, submit { vertical-align:middle;color:#000000;}


.form { margin-bottom:15px;}
.form input { border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; padding:2px 0 0 6px;}
.img_border { border: 1px solid #0033A2; }
textarea { border: 1px solid #34030C; color:#1B1212; background:#E9E7D8; overflow:auto; padding:2px 0 0 8px; }