body
	{
	background-color: #CCCCCC;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	}
	
table
	{
	background-color: #CCCCCC;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	}
.texto_titulo
	{
	font-family: arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	}
.texto_aviso
	{
	font-family: arial;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	}
.menu
	{
	font-family: arial;
	font-size: 13px;
	color: #000000;
    font-weight: normal;
    text-decoration: none;
	}
.menu:hover
	{
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
	background-color: #000000;
	}