img
{
border:1px solid #0f0f0f;
}


a:link {color: #FF9966}     /* unvisited link */
a:visited {color: #FFCC99}  /* visited link */
a:hover {color: #FF9933}   /* mouse over link */
a:active {color: #CC6633}   /* selected link */

body
{
  background-color: #000000;
  color:silver;
}

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;
}

h3
{  
  background-color: #ffeda3;
  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;
}


#copyright
{
  padding-top:70px;
  text-align: center;
  color:#2D435B;
  padding-bottom:30px;
}


div.button
{

  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  border-right-color: #666666;
  background-color: #999999;
  text-align: center;
  vertical-align: middle;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10%;
  margin-right: 70%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}

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: #e0d799;
}

div.boxtext
{
  border-top: 1px solid black;
	padding: 4px;
	background: #F2F2F2;
        text-align: left;
}



td.labl
{
text-align: center;
font-size: 16pt;
font-weight: bold;
color: #626262;
}


p.error
{
 text-align: center;
 font-size: 15pt;
 font-weight: bold;
 color: #d845f8
}

th
{
  background-color: #EEDDEE
}

tr.odd {background-color: #EEEEDD}
tr.even {background-color: #DDDDDD}


