body {
	background: #000000 url("../images/bg.gif") repeat-x top center;
	font-family: arial, helvetica, sans-serif;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	color: #000;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 776px;
	text-align: left;
}

a:link { text-decoration: none; font-weight:bold; color: #c00; }
a:visited { text-decoration: none; font-weight:bold; color: #c00; }
a:hover { text-decoration: none; font-weight:bold; color: #c00; }
a:active { text-decoration: none; font-weight: bold; color: #c00; }

a:link:hover { text-decoration: none; font-weight: bold; color: #c00; }
a:visited:hover { text-decoration: none; font-weight: bold; color: #c00; }
a:active:hover { text-decoration: none; font-weight: bold; color: #c00; }

ul.main {
	font-family: arial, helvetica, sans-serif;
	font-size: 8.0pt;
    font-style:  normal;
    font-weight: normal;
	color: #000;
}

.hide {
	border: thin solid #000;
	background-color: #fff;
	position:absolute;
	top:25px;
	left:35px;
	width:700px;
	height:540px;
	z-index:99;
	visibility:hidden;
	padding: 2px;
}