
.style4 {	color: #FFFFFF;
	font-size: 13px;
}

.style2 {color: #988e75}
.style3 {
	color: #FFFFFF;
	font-size: 13px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->

table.menu {
	visibility: hidden; 
	cursor: pointer; 
	border: 1px solid #000000;
	position: absolute;
}
#mainmenu {
	position: static;
}
body,td,th {
	font-family: arial;
	font-size: 12px;

}
body{

	background-color: #ffffff;
	
	background-position: bottom center;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 1px;
background-color: #000000;
visibility: hidden;
z-index: 100;

}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}
