﻿body
{
  font-family: arial, verdana, helvetica, sans-serif, century gothic;
  margin: 0px;
  font-size: 12px;
  text-align: center;
  color: #cccccc;
  background-color: #000000;
  background-image: url(/images/bg.gif);
  background-repeat: repeat;
}
h1 
{
  font-family: helvetica, arial;
  font-weight: normal;
  margin-top:20px;
  padding-bottom:10px;
	font-size: 180%;
}
form
{
  margin: 0px;
}
a
{
  color: #3fa7b4;
  text-decoration: none;
}
a:active
{
  color: #3fa7b4;
  text-decoration: underline;
}
a:hover
{
  color: #3fa7b4;
  text-decoration: underline;
}
#header
{
  font-family: arial;
  text-transform: uppercase;
  font-size: 16px;
}
#header a
{
  color: #cc00cc;
  text-decoration: none;
}
#header a:active
{
  color: #cc00cc;
  text-decoration: underline;
}
#header a:hover
{
  color: #cc00cc;
  text-decoration: underline;
}
#footer
{
  font-family: arial;
  font-size: 11px;
}
#footer a
{
  color: #5a5b5b;
  text-decoration: none;
}
#footer a:active
{
  color: #5a5b5b;
  text-decoration: underline;
}
#footer a:hover
{
  color: #5a5b5b;
  text-decoration: underline;
}
.ltitle
{
  margin-top:25px;
	font-size: 120%;
	border-bottom: 1px dotted #808080;
	padding-bottom: 5px;
	margin-bottom: 5px;
	z-index: 0;
}
