body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position:center top;
}
body,td,th {
	font-family: Tahoma;
	color: #515966;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}
.titulo {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 20px;
	color: #990000;
}
#menu_item {
	width:139px;
	height:16px;
	margin:0 5px;
	padding:8px;
	font-family:tahoma;
	font-size:13px;
	color:#003399;
	float:left;
	cursor:pointer;
	text-align:center;
}
#menu_item:hover {
	background-image:url(../images/bg_menu.png);
	color:#FFFFFF;
}
#menu_item2 {
	width:89px;
	height:16px;
	margin:0 5px;
	padding:8px;
	font-family:tahoma;
	font-size:13px;
	color:#003399;
	float:left;
	cursor:pointer;
	text-align:center;
}
#menu_item2:hover {
	background-image:url(../images/bg_menu2.jpg);
	color:#FFFFFF;
}

