body {
	background-color: #660000;
	background-image: url("../graphics/background/buttarea.gif");
	background-repeat: repeat-y;
	color: #FFFFCC; 
  	font-family: Verdana, Helvetica, sans-serif, Arial; 
	font-size: 10pt; 
	font-weight: normal; 
	margin: 0px; 
	padding: 0px; 
}

div.Menu {
	width: 150px;
	display: block;
	text-align: center; 
	margin-top: 2px; 
	margin-left: 35px; 
	margin-right: 35px; 
	margin-bottom: 2px;
}

.Toolbar {
	color: #FFFFCC; 
	cursor: hand;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 11px;
	margin-top: 3px; 
	text-decoration: none;
	line-height: 21px;
	display: block;
	width: 150px;
}

.MainItem {
	font-weight: bold;
	background-image: url("../graphics/toolbar/red_button.gif");
	background-repeat: no-repeat;
}

a:hover .MainItem {
	background-image: url("../graphics/toolbar/red_button1.gif");
	background-repeat: no-repeat;
}

a {
	color: #FFFFCC;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FEF817;
	text-decoration: underline;
}
