A {font-family: verdana; font-size: 10px;	color: #000000;	font-weight: bold;	text-decoration : none;}

A:Hover {text-decoration : underline; }


.input {
	border: solid #000000 1px;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
}

.Error{
	color : red;
	font-weight: bold;
}

.DefaultTable{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 

}

.DefaultOutputTd{
	font-style: normal;
	font-family: Verdana;
}

select{
	border: solid #000000 1px;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal;
}

.DefaultInputTd{
	background : #FFFFFFFF;
	font-family: Verdana;
}

.ProductTable{
	background : #ddddff;
	border : thin ridge ThreedShadow;
}

.ProductTdLeft{
	background : #9999dd;
	font-weight: bold;
}

.ProductTdRight{
	background : #9999dd;	
}

.ReportTable{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
	background:#FFFFFF;
}

.Report0{
	background: #B3C7E0;
	font-family: Verdana;
}

.Report1{
	background: #DCE5EE;
	font-family: Verdana;
}

.Report2{
	background: lightgreen;
	font-family: Verdana;	
}

.header{
	background: #15366C;
	color: white;
	font-family: Verdana;
}

.ReportTd{
	background : #9999dd;
}

.ReportTr{
	background : #9999dd;
}

.ToolbarTable{
	border : thin ridge ThreedShadow;
	background : #ccccee;
}

.ToolbarTd{
	background : #9999dd;
	font-weight: bold;
	width: 300;
}

.ErrorReportTable{
	background-color : Silver;
	border : thin ridge #556B2F;
}

.ErrorReportTr{
	background-color : #4682B4;	
}

.ErrorReportTd{
	background-color : White;
	color : Red;
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
 }

