@charset "utf-8";
/* CSS Document */

body{
	background:#CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #c2c2c2;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
#site{
	background:#FFFFFF;
	width:980px;	
	height:auto;
	margin:0 auto 0 auto;
	min-height:600px;
	
}
#menu{
	width:200px;
	float:left !important;
	height:auto;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#menu a{
	width:200px;
	color:#999999;
	text-decoration:none;
	text-transform:none;
}
menu a:hover{
	color:#000000;
	text-decoration:none;
	text-transform:none;
}
#header{
	width:980px;
	height:170px;
	/*background:url(images/header.jpg) no-repeat;*/
	float:left;
}
#footer{
	width:980px;
	height:120px;
	background:url(images/footer.jpg);
	float:left;
}
#container{
	float:right !important; 
	width:705px;
	height:320px;
	overflow-y:auto;
}
#ta{
	padding-left:15px;
	padding-top:15px;
}
td p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
td span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
td a{
  	color:#999999;
 	background-color:#ffffff;
  /*padding-left:10px;*/
 	text-decoration:none;
}

td a:hover{
	color:#333333;
	text-decoration:none;
}
.active a{
	color:#333333;
}
/* ################## Menu ##################*/

.menu_list{
	width:150px;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.menu_list p{
	width:170px;
	padding-left:50px;
}
.menu_head{
	width:150px;
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color:#999999;
	background: #ffffff url(images\vazio.jpg) left no-repeat;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.menu_head a{
width:150px;
	text-decoration:none;
	color:#999999;
}
.menu_head a:hover{
	color:#333333;
}
.menu_body {
	width:150px;
	display:block;
	font-weight:normal;
	padding-left:42px;
}
.menu_body a{
	width:100px;
  	display:block;
  	color:#999999;
  	background:#ffffff;
  	padding-left:20px;
  	text-decoration:none;
	font-size:12px;
}
.menu_body a:hover{
  	color: #333333;
  	text-decoration:none;
}
.menu_body p:{
width:100px;
	color:#999999;
}
.menu_body p:hover{
	color: #333333;
}

#submenu3 {
	width:100px;
	padding: 5px 5px;
	cursor: pointer;
	position: relative;
	margin:1px;
	color:#999999;
	font-size:14px;
	text-decoration:none;
padding-left:42px;

}
#submenu3 a{
	width:150px;
	text-decoration:none;
	color:#999999;
}
#submenu3 a:hover{
	color:#333333;
}
