body {background-color: silver;}

tr,td, table {
	text-decoration:none;
        font-family: Arial;
        font-size:14px;
        color:#f0f0f0;
        font-weight: bold;
}


a:link, a:visited {font: 12px arial;color:#f0f0f0; text-decoration: none;}
a:hover, a:active {color:#ffffff;}

.main{

}

#contentdiv{
width: 100%; height: 100%; overflow: none;
}


.content {
background: url(../images/back_main.gif) no-repeat;
 	height: 100%;
	width: 100%
	color: #82735F;
	overflow: non;
}

.menu {
background-color: silver;
height: 22px;
}
.menu a {

	display : block;
	float : left;

	background: url(../images/button.gif) no-repeat;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 118px;
	height: 22px;
	margin: 0 2 0 2;
	padding: 5 0 0 0;
	
}

.menu a:link {
color:#ffffff;
	font-size: 11px;
	font-weight: bold;
}

.menu a:visited {
color:#ffffff;
	font-size: 11px;
	font-weight: bold;
}

.menu a:hover {color: #f0f0f0;
background: url(../images/button_hover.gif) no-repeat;
}







