body {
	margin-top: 50px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

a:link { color: #660000; text-decoration: none; }
a:visited { color: #660000; text-decoration: none; }
a:active { color: #660000; text-decoration: none; }

a.rollover:link { color: #333333; text-decoration: none; }
a.rollover:visited { color: #333333; text-decoration: none; }
a.rollover:hover { color: #660000; text-decoration: none; }
a.rollover:active { color: #333333; text-decoration: none; }

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

td.left-top {
  border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
  border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #999999;
}

td.left-bottom {
  border-top-style: none;
	border-top-width: 0px;
	border-top-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
  border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;

}

td.right {
  border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.block-content {
  padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.table-outer {
	height: 100%;
	width: 100%;
	background-color: #000000;
}

.error {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

.gallery {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px; 
	padding-right: 10px;
	text-align: left;
}

.gallery2 {
	color: #cccccc;
	font-weight: bold;

}