BODY 
{ 

   	scrollbar-face-color:#880006;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#EBEBEB;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:;
	scrollbar-3dlight-color:;
	scrollbar-darkshadow-Color:;

    background-image: url(layout/bg.gif); 
	background-color: #ffffff; 
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 15px
}

	a:link {text-decoration: none; color: black;} 
	a:active {text-decoration: none; color: black;} 
	a:visited {text-decoration: underline; color: 666666;} 
	a:hover {text-decoration: underline; color: 990000;}

.text {
	font-family: tahoma;
	font-size: 11px;
	color: 880006;
	font-weight: normal;
}

.title {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.form {
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma;
	border: 1px solid #490307;
	BACKGROUND-COLOR: #880006;
	color: #FFFFFF;
}

.transMenu.top .items {
	border-top:none;
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#6A6A6A;
	color:#ffffff;
}
