@charset "UTF-8";
a:link {
	color: #006;
}
/* CSS Document */

#lateral {
	background-image: url(../img_layout/lateral.jpg);
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
}
.texto_lateral {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 6px;
	font-size: 13px;
	list-style-position: inside;
	list-style-type: disc;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DF8600;
}
a:hover {
	color: #00F;
}

