body
{
	background-color: #ffffff;
}

.ErrorText
{
	
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: Red;
}

.PageTitle
{

	color: #006600; 
	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold; 
	
}

.Table1
{

	background-color:Ivory;
	border-color:Silver;
	border-width:1px;
	border-style:Solid;	
	
}

.Text1
{

	font-family: Verdana,Arial; 
	font-size: xx-small; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666		
	
}

.TextBox1
{
	
	font-family: Verdana,Arial; 
	font-size: xx-small; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
	
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #333333;
	padding: 2px;
	
}
.TextBox
{
	font-family: Verdana,Arial; 
	font-size: xx-small; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
	
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #333333;
	padding: 2px;
	text-align: right;
}

.Button1
{
    height: 20px;
	background-color: #FF8000;
	border-width: 1px;
	border-color: #006600;
	color: #ffffff;
	font-size: 8pt;
	font-family: 'Tahoma','Arial';
	font-weight: bold;
	cursor: hand;
}

.Instruction
{

	color: #006600; 
	font-family: Verdana,Arial; 
	font-size: xx-small; 
	font-style: normal; 
	font-weight: bold; 	
}

