BODY{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

A {
	color: "#000000";
	font-weight: normal; 
	text-decoration: none
}

A:HOVER {
        color: #800000;
	font-weight: normal;
	text-decoration: none;
}

TR{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

TR.Highlighted{
	background-color : #BDC3DE;	
	height : 15pt;	
}

TR.NotHighlighted{
	background-color : #FFFFFF;	
	height : 15pt;	
}

TR.Title{
	background-color : #31659C;
	height : 18pt;	
}

TR.Footer{
	background-color : #31659C;
	height : 18pt;
}

INPUT{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;	
}

SELECT{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 7pt;	
}

INPUT.CellEdit{
    background-color: transparent;
	border-style: solid;
	border-width: 0;
	width: 100%;
}

INPUT.Edit{
    background-color: white;
	border-style: solid;
	border-width: 1;
}

INPUT.Readonly{
	background-color : #D4D4D4;
}

INPUT.Numeric{
	text-align : left;  
	behavior : url('http://asdsim.buz.net/core/scripts/numericfield.htc');
}

INPUT.Button{
    border-style: solid; 
	border-width: 1;
	height : 19px; 
	cursor : hand;
}