body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #999999;
  background-color: #000000;
  text-align: left;
}
p { margin-top: 0px; }

ul { margin-top: 0px; }

h1
{
  font-size: 72px;
}

h2 {
 font-size:18px;
 color:#A00000;
 text-indent:12px;
 margin-bottom: 0px;
}

h3 {
 font-size:14px;
 color:#CC9900;
 text-indent:12px;
 margin-bottom: 0px;
}

h4
{
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
}

a:link {
	color: #A00000;
	text-decoration: none;
}

a:visited {
	color: #A00000;
	text-decoration: none;
}
a:hover {
	color: #A00000;
	text-decoration: underline;
}
a:active {
	color: #A00000;
	text-decoration: underline;
}

/*Main style*/
.main {
  font-size: 13px;
  color: #999999;
  text-align: center;
}

.searchText {
	font-size: 10px;
	color: #000000;
}

/* footer styles */
.footer {
  font-size: x-small;
  color: #999999;
  text-align: center;
}

.disclaimer
{
  font-size: x-small;
  font-style: italic;
}

.deleted
{
  text-decoration: line-through;
}

.ref
{
  font-size: 9px;
}

.indent
{
  text-indent: 30px;
}

.mid
{
  text-align: center;
}
.red {
  color: #A00000
}


.left
{
  text-align: left;
}

