body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	alink:bold

}
a            {
	color: #000000;
	font-family: "Arrus BT";
	font-size: 10pt;
	text-transform: 
               uppercase;
	text-decoration:none;
	font-weight: normal;
}
               
a:hover      {
    font-family: Arrus BT; font-variant: small-caps; font-weight: bold
}


.column-right {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
	text-indent: 4pt;

}
.column-left {


	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}