body,td,th {
	font-family: Lucida Grande, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #ace1f7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(images/blue_light/header.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main_area {
	background-image: url(images/blue_light/bg_main_area.jpg);
	background-repeat: repeat-y;
	height:425px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	background-image: url(images/blue_light/footer.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 790px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #CC3300;
	font-weight: bold;
}