/* CSS Document */
A  {
	font-size : 7.5pt;
	font-family : verdana, arial, helvetica, sans-serif;
	text-decoration : none;
	color : #A30100;
}
A:Visited  {
	text-decoration : none;
	color : #A30100;
}
A:Active  {
	text-decoration : none;
	color : #A30100;
}

A:Hover  {
	text-decoration : none;
	color : #FF9900;
}

BODY  {
	font-size : 8pt;
	font-family : verdana, arial, helvetica, sans-serif;
	color : #A30100;
	background-color : #ecedef;
	margin-left : 0px;
	margin-right : 0px;
	margin-top :0px;
	margin-bottom : 0px;
}
TD {
	font-size : 7.5pt;
	font-family : verdana, arial, helvetica;
	color : #333333;
}

INPUT {
	font-size: 8pt;
}
SELECT {
	font-size: 7pt;
	color:#A30100
}
TEXTAREA {
	font-size: 8pt;
}

A.bn {font-size:7pt;color:#FE00B0;} 
A.bn:visited {color:#FE00B0;} 
A.bn:active {color:#FE00B0;} 
A.bn:link {color:#FE00B0;} 
A.bn:hover {color:#A30100;}

A.bn2 {font-size:7pt;color:#A30100;} 
A.bn2:visited {color:#A30100;} 
A.bn2:active {color:#A30100;} 
A.bn2:link {color:#A30100;} 
A.bn2:hover {color:#FE00B0;}  

A.bn3 {font-size:8pt;color:#4E8000;} 
A.bn3:visited {color:#4E8000;} 
A.bn3:active {color:#4E8000;} 
A.bn3:link {color:#4E8000;} 
A.bn3:hover {color:#A30100;}


