/* CSS Document */
body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#data{
	font-size:9px;
	color:#666666;
	margin-right:10px;
	margin-top:5px;
}

#top{
	background:url(../images/top.png);
	background-repeat:repeat-x;
	height:122px;
}

#logo{
	margin-left:30px;	
}

#menu ul{

}

#footer{
	background-color:#B01F0E;
	background:url(../images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:10px;
	height:60px;
	color:#FFFFFF;
}

#menu-l{
	background:url(../images/bg-menu-l.png);
	background-repeat:no-repeat;
	width:15px;
}

#menu-r{
	background:url(../images/bg-menu-r.png);
	background-repeat:no-repeat;
	width:15px;
}

a.menu:link, a.menu:visited{
	background:url(../images/bg-menu.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	text-shadow: -1px 1px #000;
	font-size:16px;
	font-weight:bolder;
	padding:12px;
	line-height:42px;
}

a.menu:hover, a.menu:active{
	background:url(../images/bg-menu.png);
	background-repeat:repeat-x;
	color:#000000;
	text-decoration:none;
	text-shadow: -1px 1px #c8c8c8;
	font-size:16px;
	padding:12px;
	line-height:42px;
}

.titulo{
	font-size:18px;
	font-weight:bold;
	color:#990000;
	border-bottom:1px #CCCCCC solid;
	width:100%;
}

.lista {
	list-style-image:url(../images/list_checkbox.png);
	margin: 0px;
}

a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover, a:active{
	color:#000000;
	text-decoration:underline;
}
