/*
DEFINIRE LE SEGUENTI CLASSI:
LeftColumn
CentralColumn
RightColumn
Header
Footer
ViewPane
Body
SearchPane
NewsPane
SpotPane
RelatedLinks
ActionBar
Sametime
*/
BODY {
	background-color: #39414A;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
A {
	font-family: Lucida Sans Unicode,Lucida Sans,Verdana,Arial,Helvetica;	
	font-size: 13px;
	color: #000080;
	text-decoration: underline;
}
.main {
	position: relative;
	top: 0px;
	left: 0px;
}
.LeftColumn { 
	display: none;
}
.CentralColumn {
	width: 100%;
	padding-left:0px;
	padding-right:0px;
}
.RightColumn {
	display: none;
}
.Header {
	font-family: Lucida Sans Unicode,Lucida Sans,Verdana,Arial,Helvetica;	
	font-size: 14px;
	font-weight: bold;
}
.TopBar {
	display: none;
}
.Footer {
	padding-top:0px;
	font-family: Lucida Sans Unicode,Lucida Sans,Verdana,Arial,Helvetica;
	font-size:10px;
	color:#000000;
	background-color: #FFFFFF;
}
.ViewPane {
	display: none;
}
.ViewList {
	display: none;
}
.Body {
	border: 0px;
	margin-bottom:0px;
}
.Body FONT {
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Arial, Helvetica;
	font-size: 13px;
}
.Body H1 {	
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000080;
}
.Body TH {
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #000080;
}
.Body TD {	
	font-family: Lucida Sans Unicode, Lucida Sans, Verdana, Arial, Helvetica;
	font-size: 13px;
	color: #000080;
	background-color: #FFFFFF;
	padding:0px;
}
.Body INPUT,TEXTAREA,SELECT {
	font-family: Lucida Sans Unicode,Lucida Sans,Verdana,Arial,Helvetica;	
	font-size: 13px;
	color: #000080;
	border: 1px solid black;
}
.Body LI {
	list-style-type: none;
	list-style-image: url(/digiway/home.nsf/lot_arrow_fw2.gif);
}
.NewsPane {
	display: none;
}
.SpotPane {
	display: none;
}
.Banner {
	display: none;
}
.SearchPane {
	display: none;
}
.RelatedLinks {
	display: none;
}
.SametimePane {
	display: none;
}
.ActionBar {
	display: none;
	
}

