body {
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#FF0000;
	scrollbar-highlight-color:#FF0000;
	scrollbar-shadow-color:#FF0000;
	scrollbar-track-color:#000000;
	}

.border 
{
border-style: solid;
border-width: 1px;
border-color: #ff0000;
background-repeat: no-repeat;
}

.bg  {
	background-position:top right;
	background-repeat: no-repeat;
}
.bgright  {
	background-position:top left;
	background-repeat: no-repeat;
}

.menu {
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF
}

.submenu {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: right;
	background-position:right
}

.submenucolumn {
	border-style: solid;
	border-width: 1px;
	border-color: #ff0000;
	background-repeat: no-repeat;
	background-position:top right
}

.highlight {
	font-family: Helvetica, Arial;
	font-size: 8pt;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
}
.arial9 {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: justify;
}
a:link { 
	text-decoration: none;
	color: #FFFFFF;
	}
a:visited { 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}