body
{
	color : #000000; 
	font-family : Verdana, Arial, Sans-Serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}
form
{
	padding:0px;
	margin:0px;
	
}	
td
{ 
	color : #000000; 
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	
}
p 
{ 
	color : #000000; 
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
}
a
{
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color: blue;
}
a:hover
{
	font-size:12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	color:red;
}

td.header
{ 
	color : #000000; 
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	text-align:right;
	vertical-align:bottom;
}
td.headerCenter
{ 
	color : #000000; 
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	text-align:center;
	vertical-align:bottom;
}

td.headerRight
{ 
	color : #000000; 
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	text-align:right;
	vertical-align:bottom;
}

.submitLink {
   color: #00f;
   background-color: mintcream ;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   text-align:left;
   
  }
.submitLink:hover {
   color: #00f;
   background-color: gainsboro;
   text-decoration: underline;
   color:red;
   border: none;
   cursor: pointer;
   cursor: hand;
   text-align:left;
  }
.submitLinkBig {
   color: #00f;
   background-color: mintcream ;
   text-decoration: underline;
   border: none;
   cursor: pointer;
   cursor: hand;
   text-align:left;
   font-size:18px;
   
  }
.submitLinkBig:hover {
   color: #00f;
   background-color: gainsboro;
   text-decoration: underline;
   color:red;
   border: none;
   cursor: pointer;
   cursor: hand;
   text-align:left;
  }  
  
  .submitLinkWide {
     color: #00f;
     background-color: mintcream ;
     text-decoration: underline;
     border: none;
     cursor: pointer;
     cursor: hand;
     width:100%;
     text-align:left;
     
    }
  .submitLinkWide:hover {
     color: #00f;
     background-color: gainsboro;
     text-decoration: underline;
     color:red;
     border: none;
     cursor: pointer;
     cursor: hand;
     width:100%;
     text-align:left;
  }
  
  .submitLinkWide2 {
       color: #00f;
       font-size:10px;
       background-color: mintcream ;
       text-decoration: underline;
       border: none;
       cursor: pointer;
       cursor: hand;
       width:100%;
       text-align:left;
       
      }
    .submitLinkWide2:hover {
       color: #00f;
       background-color: gainsboro;
       font-size:10px;
       text-decoration: underline;
       color:red;
       border: none;
       cursor: pointer;
       cursor: hand;
       width:100%;
       text-align:left;
    }
  

table.stats
{
text-align: center;
width:500px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 16px;
color: #fff;
background-color: #666;
border: 1px;
border-collapse: collapse;
border-style: groove;
border-spacing: 0px;
}

table.stats td
{
background-color: #CCC;
color: #000;
text-align: left;
vertical-align:top;
border: 1px #CCC;
border-style: groove;
font-size: 12px;
}

table.stats td.hed
{
background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 14px;
font-weight: bold;
}
  