.body {
	background-color: #71B8C0;
	background-image: url(images/body_fade.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}
.body-text-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
.body-text:link, .body-text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A0DDE6;
	font-weight: bold;
}
.body-text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.copyright-text, .copyright-text:link, .copyright-text:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #336666;
	text-decoration: none;	
}
.copyright-text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-decoration: underline;	
}
.profile-text, .profile-text:link, .profile-text:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #A0DDE6;
	text-decoration: none;	
}
.profile-text:hover {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: white;
	text-decoration: underline;	
}
.main-table {
	background-color: #318B98;
	background-image: url(images/main_fade.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	border-top:1px solid #003300;
	border-bottom:1px solid #003300;	
}
.covered-table {
	background-color: #127384;	
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	padding-right:85px;	
}
.profile-img {
	border:1px solid white;	
}