body {
	margin: 0px;
	padding: 0px;
}

#bodyCss {
	background-color: #7286B8;
	background-image: url(images/home_02.jpg);
	background-position: 11px 0px;
}

.box {
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {  
	color: #0099CC; 
	text-decoration: underline;
}

.onebg {  
	background-attachment: fixed; 
	background-repeat: no-repeat;
}

.menuitems {
	font-size: 10px;
	font-face: Verdana, Arial, sans-serif;
	font-weight: bold;
}

td.nospace{
	margin: 0px;
	padding: 0px;
}

td#container {
	margin: 0px;
	padding: 10px;
}

table#mainTable {
	height: 100%;
}
<!--

.menuskin{
position:absolute;
width:165px;
background-color:#40457F;
border:1px solid #8186BD;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:#BED4FB;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:#E1BD7F;
}

#mouseoverstyle a{
color:#85642F;
}
-->