/*
DEFINIRE LE SEGUENTI CLASSI:
LeftColumn
CentralColumn
RightColumn
Header
Footer
ViewPane
Body
SearchPane
NewsPane
SpotPane
RelatedLinks
ActionBar
Sametime
*/
BODY {
	background-color: #FFFFFF;
	background-image: url('/appl/home.nsf/0/FD49E1165AD6FFC3C12589D7004595B1/$FILE/rheavendors_background.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
A {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #737373;
	text-decoration: underline;
}
.main {
	position: relative;
	top: 0px;
	left: 0px;
}
.LeftColumn { 
	display: none;
}
.CentralColumn {
	width: 100%;
	padding-left:1px;
	padding-right:1px;
}
.RightColumn {
	display: none;
}
.Header {
	font-family: Roboto,sans-serif;	
	font-size: 15px;
	font-weight: bold;
}
.TopBar {
	display: none;
}
.Footer {
	padding-top:1px;
	font-family: Roboto,sans-serif;
	font-size:14px;
	color:#black;
	background-color: #FFFFFF;
}
.ViewPane {
	display: none;
}
.ViewList {
	display: none;
}
.Body {
	border: 0px;
	margin-bottom:1px;
}
.Body FONT {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.Body H1 {	
	font-size: 14px;
	color: #white;
	background-color: #blue;
}
.Body TH {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #white;
	background-color: #blue;
}
.Body TD {	
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #black;
	background-color: #white;
	padding:1px;
}
.Body INPUT,TEXTAREA,SELECT {
	font-family: Roboto,sans-serif;	
	font-size: 14px;
	color: #black;
	border: 1px solid black;
}
.Body LI {
	list-style-type: disc;
	list-style-image: url();
}
.NewsPane {
	display: none;
}
.SpotPane {
	display: none;
}
.Banner {
	display: none;
}
.SearchPane {
	display: none;
}
.RelatedLinks {
	display: none;
}
.SametimePane {
	display: none;
}
.ActionBar {
	display: none;
	
}

