body {
  font-family : Arial; font-size : 12px;
	background-color: #000000;
	/*background-image: url(/assets/images/bg_fade.gif); background-repeat: repeat-x;*/
  margin: 0 0 0 0;
	color: #ffffff;
}

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;
}

a.photoLinks, a.photoLinks:visited, a.photoLinks:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.photoLinks:hover {
  color: #ffffff;;
  text-decoration: underline;
}

a.textLinks, a.textLinks:visited, a.textLinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

a.textLinks:hover {
  color: #ffffff;;
  text-decoration: underline;
}

a.textLinksBold, a.textLinksBold:visited, a.textLinksBold:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.textLinksBold:hover {
  color: #ffffff;;
  text-decoration: underline;
}

a.textLinksBoldLarge, a.textLinksBoldLarge:visited, a.textLinksBoldLarge:active {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

a.textLinksBoldLarge:hover {
  color: #ffffff;;
  text-decoration: underline;
}

.tableContact {
	width: 95%;
	border: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10 10 10 10;
}

.tableContactBG {
	width: 95%;
	background-color: #0a4265;
	border: 3px double;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;	
}

.tableContent {
	width: 90%;
}

.tableLogin {
	width: 95%;
	border: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10 10 10 10;
}

.tableLoginBG {
	width: 65%;
	background-color: #0a4265;
	border: 3px double;
	border-color: #ffffff;
	margin-left: auto;
	margin-right: auto;	
}

.tableMainInner {
	width: 676px;
	border-collapse: collapse;
}

.tableMainOuter {
	width: 700px;
	border-collapse: collapse;
}

.textBolded {
	color: #ffffff;
	font-weight: bold;
}

.textFooter {
	color: #ffffff;
	font-size: 10px;
}

.pageTitle {
	font-size: 14px;
	font-weight: bold;
}

.photoCaptions {
	font-weight: bold;
}

.photoThumbs {
	border: 2px solid #ffffff;
	outline: 4px solid #000000;
}