table.title {
 border: 0px;
border-spacing: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10pt;
	font-style : normal;
	font-weight : normal;
	vertical-align : middle;
}



a.linkText {
    color : #444444;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    text-decoration : none;

    }
   
a.linkText:link {
#    color : #000080;
    color : #800000;
    /* you can define other styles if necessary */
    }
   
a.linkText:visited {
    color : #800080; # purple
    /* you can define other styles if necessary */
    }
   
a.linkText:hover {
    color : #ff0000;
    }



a.linkTextb {
    color : #444444;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : bold;
    text-decoration : none;

    }
   

a.linkTextb:link {
    color : #000080; # navy blue
    /* you can define other styles if necessary */
    }
   
a.linkTextb:visited {
    color : #800080; # purple
    /* you can define other styles if necessary */
    }
   
a.linkTextb:hover {
    color : #ff0000; # maroon
    }


table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
##width: 280px;
background-color: #666;
border: 0px;
padding: 4px;
border-collapse: collapse;
border-spacing: 0px;}

table.stats td.val
{background-color: #CCC;
color: #000;
width: 40px;
text-align: right;
border: 1px #fff solid;}

table.stats td.tauVal
{background-color: #CCC;
width: 40px;
font-weight : bold;
text-align: right;
border: 2px #aaa solid;}  

table.stats td.field
{background-color: #CCC;
color: #000;
width: 120px;
font-weight : bold;
text-align: right;
border: 1px #fff solid;}

table.stats td.tauHead
{background-color: #FFFF00;
color: #000;
width: 120px;
font-weight : bold;
text-align: right;
border: 2px #aaa solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
text-align: left;
border-bottom: 2px #fff solid;
width: 200px;
font-size: 12px;
font-weight: bold;} 


.databutton { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
    font-family : Verdana,monospace;
    font-size : 8pt;
    font-style : bold;
    font-weight : bold;
    width: 100px;
    height: 20px;
    text-align: middle;
    background-color: gold;
    color: blue
}	

.databuttonOVER { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
    font-size : 8pt;
    font-style : bold;
    font-weight : bold;
    width: 100px;
    height: 20px;
    text-align: middle;
    background-color: blue;
    color: gold
}	

.breset{
	font-family : Verdana,monospace;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-align : center;
	vertical-align : middle;
	background-color : Red;
	width: 70px;
	height: 20px;
	color: White;
}

.bresetover{
	font-family : Verdana,monospace;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	text-align : center;
	vertical-align : middle;
	width: 70px;
	height: 20px;
	background-color : white;
	color: Red;
}


.btnsmldrop { 
	width: 75px;
	height: 20px;
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	text-align: middle;
	vertical-align: middle;		
	background-color: lightsalmon;
	color: navy;
}	

.btnsmldropover { 
	width: 75px;
	height: 20px;
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	text-align: middle;
	vertical-align: middle;		
	background-color: navy;
	color: lightsalmon;
}	

.btn35t { 
	font-family : Verdana,monospace;
	font-size : 6pt;
	font-style : bold;
	font-weight : bold;
	width: 35px;
	height: 20px;
	text-align: middle;
	vertical-align : middle;
	background-color: lightgreen;
	color: darkgreen;
}	

.btn35tover { 
	font-family : Verdana,monospace;
	font-size : 6pt;
	font-style : bold;
	font-weight : bold;
	width: 35px;
	height: 20px;
	text-align: middle;
	vertical-align : middle;
	background-color: darkgreen;
	color: lightgreen;
}	

.btn40red { 
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	width: 40px;
	height: 20px;
	text-align: middle;
	background-color: red;
	color: papayawhip;
}	

.btn40redover { 
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	width: 40px;
	height: 20px;
	text-align: middle;
	background-color: papayawhip;
	color: red;
}	

.btn40darkorange { 
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	width: 40px;
	height: 20px;
	text-align: middle;
	background-color: darkorange;
	color: papayawhip;
}	

.btn40darkorangeover { 
	font-family : Verdana,monospace;
	font-size : 8pt;
	font-style : bold;
	font-weight : bold;
	width: 40px;
	height: 20px;
	text-align: middle;
	color: darkorange;
	background-color: papayawhip;
}	

