body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
#main-table {
	background: #fff;
	margin: 20px auto 10px;
}
#header {
	background: #8bc2f8 url(images/check.gif) repeat left top;
	margin: 0px;
	padding: 0px;
	height: 87px;
	width: 960px;
}
#nav {
	background: #fff;
	padding: 10px 0px;
	height: 30px;
	width: 960px;
	text-align: right;
}
.nav-text {
	font: bold 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.nav-text a{
	color: #052F5F;
	text-decoration: underline;
}
#content {
	padding: 20px;
}
.text {
	font: 0.9em "Trebuchet MS", Helvetica, Arial;
	color: #333333;
}
.text a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.important {
	font-weight: bold;
	color: #CC0000;
}
