body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-align:center;
}
html, body, #main_table {
	height:100%;
	margin: 0;
	padding: 0;
	text-align:center;
}
#main_table{
	margin:0 auto;
	width: 800px;
	background:url(images/footer.jpg) bottom no-repeat #FFF;
}
.large_link {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.large_link:hover, .large_link:active {
	color: #003;
}
.head1 {
	font-size: 14px;
	font-weight: bold;
	color:#666;
	padding:5px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	color:#003;
}
h2 {
	color:#003	
}
a.main_dec {
	text-decoration:none;
	color:#666;
}
a.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	text-decoration:none	
}
a.normal:hover, a.normal:active {
	color:#003
}
hr{
	border:#ccc 1px solid;;
}
.contact {
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	text-align:left;
}
.error{
	background-color:#FFC6C6;
	color:#F00;
	text-align:left;
	border:#F00 1px solid;
}
