@charset "utf-8";
/* CSS Document */

body, th, td, input, select, option, textarea, li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color: #B7D73B;
}

ul {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px;
}

img {
border-width: 0px;
}

a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #007FFF;
	text-decoration: underline;
}

#layout_canvas {
	background-color: #E3FFC0;
}

.layout_barra {
	height: 30px;
	background-image: url(imagens/barra.png);
}

#layout_menu {
	padding: 20px;
	background-color: #B7D73B;
	width: 160px;
	vertical-align: top;
}

#layout_content {
	vertical-align: top;
	padding: 20px;
	text-align: center;
}

#layout_menu a:link,
#layout_menu a:active,
#layout_menu a:visited {
	color: #004080;
	text-decoration: none;
}

#layout_menu a:hover {
	color: #009933;
}

.layout_barra a:link,
.layout_barra a:active,
.layout_barra a:visited {
	color: #004080;
	text-decoration: none;
}

.layout_barra a:hover {
	color: #009933;
}



