b { 
	text-decoration: none;
	color: #000000;
}	

a {
	text-decoration: none;
	color: #000000;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #1589ff;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans Serif
	font-size: 10pt;
 	scrollbar-base-color: #ffffff; 
	scrollbar-arrow-color: #000000;
	scrollbar-DarkShadow-Color: #ffffff; 
	background: #ffffff;
	color: #000000;
}

.heading {
	color:#ffffff;
	font-size: 16pt;
	border-bottom: 1px solid #999;
}

.label    {
	font-weight: bold;
}

.notice {
	color: blue;
}

.error {
	color: #ff0000;
}

.menu_body {
	padding-left: 10px;
	padding-right: 10px;

}


