﻿body{
	        font-size: 65%;
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        color: #232323;
	        line-height: 15px;
}

table.tblResults
{

	border-collapse: collapse;
    border:  solid 1px #EEEEEE;
	background-color: #6B696B;
	table-layout: fixed;
	width: 800px;
	font-size: 12px;
}
table.tblResults th
{
	border: solid white 1px;
	border-collapse: collapse;
	
	background-color: #6B696B;
	font-weight: bolder;
	text-decoration: underline;
	font-size: 12px;
	color: White;
}

table.tblResults td 
{
	border: solid #EEEEEE 1px;
}

.evenColor {
    background-color: rgb(243, 255, 220);
    font-size: 10px;
}
.oddColor {
    background-color: rgb(255, 255, 255);
    font-size: 10px;
}
.style1 {
    width: 149px;
    background-color: #f3ffdc;
    text-align: left;
}
.labelText
{
    color: #568100;      
    font-weight: bold;
    text-align: left;

}

.labelHeader
{
	font-family: Arial;
	font-size: medium;
	font-style: italic;
	color: #568100;
	font-weight: bold;
	text-align: left;
}
        
.style2
{
    width: 79%;
    font-size: 10.0pt;
    font-family: "Times New Roman";
}
.style3
{
    height: 86.25pt;
    width: 518px;
}

.prompt
{
	border: thin ridge #8D8D8D;
	font-family: Arial;
	font-size: medium;
	font-weight: bolder;
	background-color: #E4E4E4;
	color: #235B0B;
	width: 800px;
}
.tblright
{
    width: 358;
    text-align:left;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #232323;
	text-decoration: none;
}
.footerseperator {
	color: #96c932;
}
.footerlinks:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #444444;
	text-decoration: none;
}
.normallink {
	color: #3C3C3C;
}
.normallink:hover {

	color: #5F5F5F;
}


