﻿h1 {
	font-size:1.4em !important;
	font-weight:bold !important;
	margin-bottom:0 !important;
	color:#999 !important;
}

h2 {
	font-size:1.2em !important;
}

h3 {
	font-size:1.1em !important;
}

h4 {
	font-size:1em !important;
}

a:link,
a:visited {
	color:#003573;
	text-decoration:none;
	}

a:hover,
a:active {
	color:#666;
	text-decoration:underline;
	}

table {
	margin:30px 0 30px 0;
	border-collapse:collapse;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

table th,
table td {
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	vertical-align:top;
	white-space:nowrap;
	text-align:center;
	}

table th.final,
table td.final {
}

table th.first,
table td.first {
}

table th {
	font-weight:bold;
	padding:2px 6px 2px 6px;
	}

table td {
	color:#333;
	font-weight:normal;
	padding:5px 7px 5px 7px;
	line-height:1.6em;
	font-size:1.1em;
	}

#logo {
	float:none !important;
	width:290px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}

.content {
	clear:none;
}

#main {
	display:block;
	width:760px !important;
	float:none !important;
	background:transparent !important;
	}

#main div {
	background:transparent;
	border:1px solid #ccc;
	}
	
#footer {
	border-top:1px solid #ccc;
	padding-top:6px;
	}
