/* CSS Document */
body {
  font-family : Arial; font-size : 12px;
	color: #333333;
  background-color: #000000;
	background-image: url(/assets/images/bg_fade.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial; font-size: 12px;
	color: #003366;
}

table.floatLeft {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 10px;
	/*margin: 5px;*/
	text-align: center;	
}

table.floatRight {
	float: right;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	/*margin: 5px;*/
	text-align: center;	
}

a.textLinks, a.textLinks:visited, a.textLinks:active {
  color: #092051;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

a.textLinks:hover {
  color: #092051;
  text-decoration: underline;
}

a.textLinksBold, a.textLinksBold:visited, a.textLinksBold:active {
  color: #092051;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.textLinksbold:hover {
  color: #333333;
  text-decoration: underline;
}

a.topNavLinks, a.topNavLinks:visited, a.topNavLinks:active {
  color: #000000;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

a.topNavLinks:hover {
  color: #000000;
  text-decoration: underline;
}

a.footerLinks, a.footerLinks:visited, a.footerLinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 10px;
  text-decoration: underline;
}

a.footerLinks:hover {
  color: #ffffff;
  text-decoration: underline;
}

.contactTable {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.copyright {
	color: #ffffff;
	font-size: 10px;
}

.divider {
	border: solid #dbd8d0;
	border-width: 0.5px;
}

.textSmall {
	font-size: 10px;
}

.whiteTextSmall {
	font-size: 10px;
	color: #ffffff;
}
