img { border: none; }

a:link {color: #999999}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #990033}   /* mouse over link */
a:active {color: #ff0000}   /* selected link */

div.menu
{
  font-family: sans-serif;
  font-style: oblique;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
}

div.body
{
  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
{
  text-align: center;
  color:#2D435B;
  padding-bottom:30px;
}


#handwrite
{
  font-family: cursive;
  text-align: center;
  color:#993300;
  font-size: 36px;
  font-style: italic;
  font-weight: bolder;
}

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: right;
font-size: 13pt;
font-weight: bold;
color: #626262;
}


p.error
{
 text-align: center;
 font-size: 15pt;
 font-weight: bold;
 color: #d845f8
}

th
{
 text-align: center;
    background-color: #EE0E0D;
color: #ffffff;
 font-size: 20pt;
 font-weight: bold;
}

tr.odd
{
 text-align: center;
    background-color: #EEEEDD;
 font-size: 15pt;
}
tr.even
{
 text-align: center;
    background-color: #DDDDDD;
 font-size: 15pt;
}


