body, html {
	margin: 0px;
	background-color: #004A80;
	background-image: url(../img/bg.gif);
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}
#c01 {
	background-color: #000000;
	filter: Alpha(Opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: .20;
	-khtml-opacity: .20;
	opacity: .20; /* for future compatibility */
	width: 5px;
}
#c02 {
	background-color: #FFFFFF;
	width: 700px;
}
#c03 {
	background-color: #C0C0C0;
}
#c04 {
	background-color: #C0C0C0;
}
#c05 {
	background-color: #C0C0C0;
}
#c06 {
	background-color: #C0C0C0;
}
.regulartxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #7C7C7C;
}
a:link {
	color: #01C4FF;
	text-decoration: none;
}
a:visited {
	color: #01C4FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #01C4FF;
	text-decoration: none;
}