body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background-image: url("imagens/BGL025.jpg");
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
	
a:hover {
	background-color:#FFFF33;
}
a:active {
}

p{
	#text-align:justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding:5px 10px 5px 10px;
	text-indent: 20px;
}

#titulo{
	background-color:#000000;
	width: 890px;
	margin: 0px;
	text-align:center;
	font-size: 50px;
	font-weight:bold;
	color:#FFFF00;
	text-shadow: 2px 2px 5px #CCCC00;
}

#alerta{
	width: 890px;
	margin: 0px;
	text-shadow: 2px 2px 5px #CCCC00;
	padding:5px 10px 5px 10px;
	border-radius: 6px;
}

h2{
     color:#990000;
     font-size: 20px;
	 margin: 0px;
}





#calendario{
	border: 1px solid #333333;
}

#calendario td{
	border: 1px solid #333333;
}

#lateral a {
	font-weight:bold;
	width:120px;
	height:20px;
	text-decoration:none;
	text-indent:2px;
	color:yellow;
	display:block;
	margin:0px;
	padding:0px 0px 0px 0px;
	border:0px;}
#lateral a:hover {
	color:black;
	background-color:#FFFF33;
	border: 0px;}
#lateral a:active {
	background-color: #FFFF33;
	color: black;}


td {
	font-size: 12px;
}

th {
	font-size: 12px;
}


ul#menu{
	width: 150px;
	color : #FFFFFF;
	margin: 0; 
	padding:0px 0px 0px 0px; 
	font-size : 16px;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
	text-shadow: 2px 2px 5px #000000;
}

ul#menu li{
border-bottom:1px solid #a4a0f5; 
width: 150px;
}

ul#menu li a:hover {
background-color: #6699CC; /* cor do fundo */
color: white; /* cor da fonte */
display:block;
}

ul#menu a {
display:block;
    width: 140px;
    text-decoration: none;
    color: white;
    padding: 10px ;

}

