﻿body 
{
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	color:Black;
}
a{
font-family:Verdana; 
font-size:11px;
font-weight:bold; 
text-decoration: none;
}
.txtDesc 
{
	background-color:#eeeeee;
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}
.txtTitle
{
	background-color:#FFBA00;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#3333aa;
}
.txtError
{
	
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.lgButton		
{
	font-family:Verdana;
	font-size:9px; 
	font-weight:bolder;
	color:#ffffff; 
	background-color:#3399CC; 
	border:solid 1px #999999;
	border-bottom-color:#333333;
	border-right-color:#333333;
	cursor:pointer;
	}

.lgCheckBox
{
	font-family:verdana;   
	font-size:11px;  
	font-weight:bold; 
	color:black;
	border:black;
	border-style:groove;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	cursor:hand;
	}
.lgTable		
{
	font-family:Verdana,Arial; 
	font-size:7pt; 
	font-weight:bold;
	color:black; 
	background-color:#eeeeee; 
	border:#336699; 
	border-style:solid; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
}
	
.lgTextBox		
{
	font-family:verdana; 
	font-size:7pt; 
	font-weight:bold;
	color:RED; 
	background-color:white; 
	border:black; 
	border-style:groove; 
	border-top-width:1px; 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-left-width:1px;
	cursor:text;
}

