.ShellTable {
	border: 1px solid #000000;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a:hover {
	color: #0A377A;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:active {
	color: #003366;
}
body {
	/*background-color: #FFFAF0;*/
	background-color: #96B0A5;
}
.whiteText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding: 5PX;
}
.whiteLinks:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLinks:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLinks:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLinks:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0A377A;
	text-decoration: underline;
}
.MainNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 5px;
	background-color: #FFFFFF;
}
a.MainNav:link, a.MainNav:visited, a.MainNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 2px;
}
a.MainNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4CA4A5;
	line-height: 20px;
	text-decoration: none;
	letter-spacing: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.rightside {
	background-color: #748980;
}
.leftside {
	background-color: #ffffff;
}
/************** FOOTER ******************/
.footer {
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 78px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
