body {
	background-color: #0b1e1d;
}
.tableBorderColor {
	background-color: #FFFFFF;
}

.bgDivided {
	background-image:  url(images/bgMain.gif);
	background-repeat: repeat-y;
}
.menuBGtopBar {
	background-color: #4eb4ae;
}
.menuBGmainColor {
	background-color: #000000;
}
.menuMainLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 12px;
	letter-spacing: -1px;
}
.menuMainLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #75ddd7;
	text-decoration: none;
	line-height: 12px;
	letter-spacing: -1px;
}
.contentFade {
	background-image: url(images/bgFade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #275a57;
}
.fontSecondaryColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8fffd;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4eb4ae;
	text-decoration: none;
	letter-spacing: -1px;
}
.copyrightLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4eb4ae;
	text-decoration: none;
	letter-spacing: -1px;
}
.copyrightLink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #4eb4ae;
	text-decoration: underline;
	letter-spacing: -1px;
}
.boldWhite {
	font-weight: bold;
	color: #FFFFFF;
}
