BODY
{
	font-size: 8pt;
	font-family: Verdana;
	text-decoration: none;
	background-position: left top;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}




H1
{
	font-weight: bold;
	font-size: 14pt;
	color: green;
	font-family: Verdana;
	text-decoration: none;
}

H2
{
        font-weight: bold;
        font-size: 12pt;
        color: black;
        font-family: Verdana;
        text-decoration: none;
}

A
{
	font-size: 8pt;
	color: #5ddd00;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	font-weight: bold;
	color: #008000;
	background-color: #7fff00;
	text-decoration: none;
}


.GRID_ENTRY
{
        border-right: 1pt outset;
        border-top: 1pt outset;
        font-size: 8pt;
        border-left: 1pt outset;
        border-bottom: 1pt outset;
        font-family: Verdana;
        background-color: #dcffdc;
        text-decoration: none;
}

.GRID_ENTRY_DISABLED
{
        border-right: 1pt outset;
        border-top: 1pt outset;
        font-size: 8pt;
	color: #c0c0c0;
        border-left: 1pt outset;
        border-bottom: 1pt outset;
        font-family: Verdana;
        background-color: #dcffdc;
        text-decoration: none;
}


.GRID_HEADER
{
        border-right: 1pt outset;
        border-top: 1pt outset;
        font-weight: bold;
        font-size: 10pt;
        border-left: 1pt outset;
        border-bottom: 1pt outset;
        font-family: Verdana;
        background-color: #d4ffc8;
        text-decoration: none;
}

.GRID_HEADER_DISABLED
{
	border-right: 1pt outset;
	border-top: 1pt outset;
	font-weight: bold;
	font-size: 10pt;
	border-left: 1pt outset;
	color: #c0c0c0;
	border-bottom: 1pt outset;
	font-family: Verdana;
	background-color: #d4ffc8;
	text-decoration: none;
}

.GRID_TITLE
{
        border-right: 1pt outset;
        border-top: 1pt outset;
        font-weight: bold;
        font-size: 12pt;
        border-left: 1pt outset;
        color: green;
        border-bottom: 1pt outset;
        font-family: Verdana;
        background-color: #d4ffc8;
        text-align: center;
        text-decoration: none;
}

.GRID_TOTAL
{
        border-right: 1pt outset;
        border-top: 1pt outset;
        font-weight: bold;
        font-size: 10pt;
        border-left: 1pt outset;
        color: #990000;
        border-bottom: 1pt outset;
        font-style: italic;
        font-family: Verdana;
        background-color: #d4d0c8;
}

.WORKSPACE
{
	background-color: #006600;
}

.SELECTED_PLAN
{
        font-weight: bold;
        font-size: 8pt;
        color: black;
        font-family: Verdana;
        text-decoration: none;
        text-align: center;
}

.normalbox      {
        border: 1px solid #440000;
        margin: 3px;
        padding: 5px;
        background-color: #ffffff;
}

