@charset "utf-8";
/* CSS Document */
*, html {
	margin:0;
	padding:0;
}
body {
	background:#8b8b8b;
	color:#303030;
	font:80% Verdana, "Century Gothic",  tahoma, arial;
	margin:0;
	padding:0;
	text-align:center;
}
td,th {
	background:#8b8b8b;
	color:#303030;
	font:80% Verdana, "Century Gothic",  tahoma, arial;
	margin:10px;
	padding:5px;
	text-align:center;
	border-collapse:separate;
}
a {
	font-weight:bold;
	color:#505050;
	text-decoration:none;
}
a:hover {
	color:#808080;
	text-decoration:none;
}
a:link {
	color:#006;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:active {
	color: #069;
	text-decoration: none;
}
p {
	line-height:1.5em;
	margin:0 0 15px;
}
form {
	text-align: center;
	border: thin solid #5F7487;
	font-size: 16px;
	font-weight: bold;
}
img {
	border:0;
}
legend {
	padding:5px;
	font-size:18px;
	font-weight:bold;
	color:#039;
}
h2 {
	margin:10px;
}
h3, h4 {
	margin:0 10px;
}
ul {
	list-style-type:none;
}
fieldset {
	width:70%;
	float:left;
	margin: 10px 0;
}

