body, table, textarea
{
  font-family: 'Tahoma', 'Arial';
  font-size: 12px; 
  color: #ffffff; 
}

body
{
  background-color: #000000;
  background-image: url('../images/background2.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

ul, ol
{
  margin-top: 0px;
}

h1
{
  font-family: 'Myriad Pro', 'Arial';
  font-size: 25px;
  font-weight: normal;
  color: #f16773;
  margin: 0px;
}

h2
{
  font-family: 'Myriad Pro', 'Arial';
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}

a
{
  color: #eeeeee;
}

.mainTD
{
  border: 2px solid #ffffff;
}

.mainDiv
{
  width: 100%;
  height: 100%;
  /*border: 2px solid #ffffff;*/
  background-image: url('../images/background2a.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #4c4c4c;
}

.projectLink
{
  font-size: 16px;
  font-weight: bold;
  color: #f16773;
  text-decoration: none;
}

.projectLink:hover
{
  text-decoration: underline;
}

.resourcesLink
{
  font-size: 16px;
  color: #6495ED;
}

.newsLink
{
  font-size: 16px;
  font-weight: bold;
  color: #6495ED;
  text-decoration: none;
}

.newsLink:hover
{
  text-decoration: underline;
}

.footerLink
{
  font-family: 'Arial';
  font-size: 11px;
  color: #dcdcdc;
  text-decoration: none;
}

.footerLink:hover
{
  text-decoration: underline;
}

.footerFont
{
  font-family: 'Arial';
  font-size: 11px;
  color: #808080;
}

.printMenuLink
{
  padding: 6 10 6 10;
	font-size: 11px;
	font-family: 'Arial';
  font-weight: bold;
}