<style type="text/css">

table.a { font-family:Arial; font-size: 10px; color: black; }
table.b { font-family:Arial; font-size: 12px; color: black; }
table.c { font: 7pt Serif; color: #91024D; }
table.d { font-family:Arial; font-size: 10px; color: white; }
table.e { font-family:Arial; font-size: 11px; color: black; }

table.thin
{
	border-style: dotted; 
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-color: #000000;
	
    font-family:Arial; 
	font-size: 12px;
}

table.dashed
{
	border-style: dashed;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-color: #EBEBFE;

    font-family:Arial; 
	font-size: 12px; 
	color: black;	
	background-color: #EBEBFE;
}

table.bottomline
{
	border-style: dashed;
	border-bottom-width: thin;
	border-color: #EBEBFE;

    font-family:Arial; 
	font-size: 12px; 
	color: black;	
}

table.bottomline2
{
	border-style: dotted;
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-color: #E2E2E2;
    font-family:Arial; 
	font-size: 11px; 
	color: black;	
}
</style>


input.a
{
	font-size:9pt; 
	font-family:Arial; 
	color:#000000; 
	height:18px; 
	tabindex=1;
	
	border-top: 1px solid #D6D7D6;
	border-left: 1px solid #D6D7D6;
	border-right: 1px solid #D6D7D6;
	border-bottom: 1px solid #D6D7D6;
	
	background-color: #EBEBFE;
}

select
{
	font-size:9pt; 
	font-family:Arial; 
	color:#000000; 
	height:32px; 
	border-top-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
}

textarea
{
	font-size: 9pt;
	font-family: Arial;
	color:#000000;

	border-top: 1px solid #D6D7D6;
	border-left: 1px solid #D6D7D6;
	border-right: 1px solid #D6D7D6;
	border-bottom: 1px solid #D6D7D6;
}

</style>