body {
	margin: 0;
	background-color: #5a5a5a;
}
body, table {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	color: #292929;
}
#page {
	margin: 15px 0;
	width: 770px;
}
#cnt {
	background-color: #e9e9e9;
	padding: 20px 40px;
	text-align: left;
}
#footer {
	font-size: 10px;
	color: #a8bbeb;
	text-align: center;
}
#footer a {
	color: #a8bbeb;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
}
h1 {
	font-size: 16px;
	color: #2852b4;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #2852b4;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 13px;
	color: #2852b4;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 3px;
}
a {
	color: #2852b4;
}
a:hover, a:active {
	color: #d60000;
}
img {
	border: none;
}
p {
	margin: 0 0 5px 0;
}
form {
	padding: 10px;
	background-color: #e1e1e1;
	border: 1px solid #fff;
	text-align: center;
	margin: 0;
}
.tbl1 {
	background-color: #e9e9e9;
	margin-top: 15px;
}
.td1, .th1 {
	padding: 0 5px;
	font-size: 11px;
}
.th1 {
	padding-top: 2px;
	padding-bottom: 3px;
}
.td1 {
	text-align: left;
}
select, input {
	font-size: 11px;
}