﻿body, OPTION, INPUT, TD, TEXTAREA, SELECT
{
	font-size: 8pt;
	font-family: Arial;
}
TD
{
	font-size: 8pt;
	font-family: Arial;
}

A
{
	color: Blue;
	font-style: normal;
	text-decoration:none;
}
A.heading
{
	color: #827765;
	font-style: normal;
	text-decoration:none;
}
.number
{
    background: url(Images/circledark.png);
    background-position:center;
    color: White;
    background-repeat:no-repeat;
    border:0px;
    font-family:Arial, Sans-Serif;
    font-size:8pt;
    font-weight:bold;
    height:20px;
    width:20px;
    cursor:pointer;
}
.numberlight
{
    background: url(Images/circlelight.png);
    background-position:center;
    color: Navy;
    background-repeat:no-repeat;
    border:0px;
    font-family:Arial, Sans-Serif;
    font-size:8pt;
    font-weight:bold;
    height:20px;
    width:20px;
    cursor:pointer;
}


