body 
{
	margin:30px 0 0 0;
	padding:0px;
	background-color:#F0F0F0;
}

td.menuitem {
	background-color:#FF9900;
	width:150px;
	height:115px;
	text-align:center;
	vertical-align:middle;
	border:2px solid;
	border-color:#FFCC66;
	text-decoration:none;
}

td.newsbox {
	background-color:#FF9900;
	width:150px;
	height:180px;
	text-align:left;
	vertical-align:top;
	border:2px solid;
	border-color:#FFCC66;
	text-decoration:none;
	padding:5px 5px 5px 5px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}

td.separatorvert 
{
	width:4px;
}

td.separatorhoriz 
{
	height:4px;
}

td.content {
	background-color:#F3F3F3;
	text-align:left;
	vertical-align:top;
	text-decoration:none;
}

td.copy {
	font-family: Tahoma;
	font-size: 10px;
	color: #B3B3B3;
	text-decoration: none;
	width:670px;
	text-align:right
}

.mainpTitle {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D86100;
	text-decoration:none;
}

.ErrorClass {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#FF0000;
}

.SuccessClass {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#00CC00;
}

.QuoteTitle {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D86100;
	text-decoration:none;
}


.mainpText {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

.Service {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D86100;
	text-decoration:none;
}

a.Service {
	text-decoration:none;
}

.WFG {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color:#0A0345;
	text-decoration:none;
}

.horizDashed {
	border:dotted;
	color:#999999;
	width:400px;
	height:2px;
}

td.dashedVR {
	vertical-align:middle;
	text-align:center;
	border-right: 1px dotted;
	border-right-color:#999999;
	width:20px;
}

.noshow { display:none }
.showit { display:inline }

a.info {
    position:relative;
    z-index:24;
    text-decoration:none;
	}

a.info:hover {
    text-decoration:underline;
	}

a.info span{display: none}

a.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #FF9900;
    background-color:#ffffff;
	color:#000000;
    text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	}


