﻿body
{
 font-size: 8pt;
 line-height: 1.5;
 font-family: Verdana;
 color: #000000;
}

A:link {
 color: navy;
 text-decoration: none;
}

A:visited 
{
 color: navy;
 text-decoration: none;	
}

A:hover {
 COLOR: Red;
 text-decoration: underline;
}

/*Module Header*/
.ModuleHeader
{
	font-weight: bold;
	color: Maroon;
	}
	
.NumericTextbox
{
    text-align : right;
	    
}	

.BackColor
{
    background-color: #FFF6D2;
	    
}	