body
  {
    color: black;
    font-size: 35pt;
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
    background-color: #EFEFEF;
    padding-left: 0px;
  }

 table , td, span , tr
  {
    color: black;
    font-size: 35pt;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial, Helvetica;
    text-decoration: none;
    padding: 3pt;
  }

td.main
  {
    border: 1px solid #f98a1e;
    background: white;
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
  }
p
  {
	margin-top: 0px;
	margin-bottom: 0px;
  }

.lighter
{
    padding-left:20px;
    padding-top:3px;
    padding-bottom:3px;
    background: #525759;
}

.darker
{
    background: #BFBFBF;
    padding: 3px;

}

.darkerborder
{
    background: #BFBFBF;
   border: 1px solid #f98a1e;
   padding: 2px;

}

.border
{

    border: 1px solid #f98a1e;
    background: white;
    padding: 3px;

}

.bordersmall
{

    border: 1px solid #f98a1e;
    background: white;
    padding: 3px;
    color: black;
    font-size: 12pt;
    font-family: Verdana, Arial, Helvetica;

}

a:link
 {      color: black;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline
 }
a:visited
 {      color: black;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline
 }
a:active
 {
         text-decoration: underline
 }
a:hover
 {      color: white;
        font-style: normal;
        font-weight: normal;
        text-decoration: underline;
        background: #525759;
}

hr
{
    border: #A6000C 1px solid;
    height: 1px;
}


h1
 {      color: #A6000C;
        font-size: 40pt;
        font-family: Tahoma, "Times New Roman", Georgia, Times;
        text-align: center;
		padding-top: 0px;
		margin-top: 0px;
	    margin-bottom: 5px;
  }
h2
 {      color: black;
        font-size: 35pt;
        font-family: Georgia, "Times New Roman", Georgia, Times;
        text-align: center;
		margin-top: 0px;
	    margin-bottom: 5px;
  }
h3
 {
        color: black;
        font-size: 30pt;
        font-family: Tahoma, Georgia, "Times New Roman", Georgia, Times;
        text-align: center;
		margin-top: 0px;
	    margin-bottom: 5px;
  }
h4
 {
        color: black;
        font-size: 20pt;
        font-family: Tahoma, Georgia, "Times New Roman", Georgia, Times;
        text-align: center;
		margin-top: 0px;
	    margin-bottom: 5px;
}

.clock
{
   color: black;
    font-size: 35pt;
	font-weight: bold;
    font-family: Georgia, Verdana, Arial, Helvetica;
}
