img
{
border: none;
}


a:link
{
  color: #999999;

  text-decoration: none;
}

a:visited
{
  color: #666666;
  text-decoration: none;
}

a:hover {color: #FF9933}   /* mouse over link */
a:active {color: #CC6633}   /* selected link */

body
{
  background-color: #000000;
  color:#cc9900;
}

div.menu
{
  font-family: sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

div.body
{
  background-color: #000000;
  color:#2D435B;
  margin-right: 30px;
  margin-left: 30px;
}

h1
{
  font-size: 36px;
  font-family: "Lucida Console";
  text-align: center;
}

h2
{
  font-size: 24px;
  font-family: monospace;
  text-align: center;
  color: #ffffff;
}

h3
{  
  font-family: Georgia,'Times New Roman',times,serif;
  font-size: 24px;
  font-style: italic;
}

h4
{ 
  font-family: Georgia,'Times New Roman',times,serif;
  font-weight: bold;
  margin-right: 70%;
  margin-left: 10%;
  text-align: center;
    font-size: 14px;
    color: #470000;
}

h5
{
 text-align: center;
 font-size: 24pt;
 font-weight: bold;
 color: #d845f8
}

#copyright
{
  padding-top:70px;
  text-align: center;
  color:#8DA3AB;
  padding-bottom:30px;
}


div.box
{
	border: 1px solid silver;
	padding: 5px;
	margin-bottom: 16px;
	margin-top: 16px;
 font-family: Arial, Helvetica, sans-serif;
 margin-right: 20px;
 margin-left: 20px;
}

div.boxtop
{
 padding: 4px;
 background: #8D91B5;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
  background-color: #4A4740;
}

div.boxtext
{
  border-top: 1px solid black;
	padding: 4px;
	background: #323232;
        text-align: left;
}



td.labl
{
text-align: center;
font-size: 16pt;
font-weight: bold;
color: #A2B262;
}


p.error
{
 text-align: center;
 font-size: 24pt;
 font-weight: bold;
 color: #d845f8
}

th
{
  background-color: #553333
}

td
{
  
  text-align: center;
}

tr.odd
{
  background-color: #222222;

  font-size: 18pt;
  font-family: serif;
  font-weight: bold;
}
tr.even
{
  background-color: #333333;

  font-size: 18pt;
  font-family: serif;
  font-weight: bold;
}


