﻿
body 
{
	font-family: Verdana; 
	font-size:xx-small;
	color:#8e9295;
	
}

.TextBoxes
	{
	    text-align:right;
		font-family: Verdana; 
		font-size:xx-small;
	
	}
	
.TextBoxesNonNumeric
	{
	   
		font-family: Verdana; 
		font-size:xx-small;
		
	
	}	
	
.DropDowns
	{
		text-align: right;
		font-family: Verdana; 
		font-size:xx-small;
		width: 114px;
	}
	
.Buttons
	{
		font-family: Verdana; 
		font-size:xx-small;
		cursor: pointer;
	    cursor: hand;
	}
	
.DisabledTextbox
	{
		text-align: right;
		font-family: Verdana; 
		font-size:xx-small;
		background-color: Gray;
		color: White;
	}
.tdBorders
	{	
	    border-bottom: solid 1px black;
		
	}
	
.validate
{
    color:Red;
}

.headertd 
{
    background-color:#671A94;
    font-weight: bold;
	color:white;
    
}

.heading
{
    font-family: Verdana; 
	font-size:xx-small;
	color:#9e1b34;
}


.rowOff TD {
	border-bottom: solid 1px #EFEFEF;
}
.formButton 
{
    font-family: Verdana; 
		font-size:xx-small;
    cursor: pointer;
	cursor: hand;
}

.rowBottomBorder 
{
    border-bottom-width:1pt;
    border-bottom-style:solid;
    border-bottom-color:Gray;
}

a:link {
	text-decoration: none;
	color: #8e9295;
}
a:visited {
	text-decoration: none;
	color: #8e9295;
}
a:hover {
	text-decoration: none;
	color: #9e1b34;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #8e9295;
}    

