* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#006633;
}

img{
     border:none;
	}
	
.topo {
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-left: 10px;
}
.menu {
	background-image: url(images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 410px;
	background-color: #E3F6E2;
}
.home {
	text-align: center;
}
.home a{
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.titulo {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}.box {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-color: #EFF8E7;
	padding-left: 10px;
}
.box-cont {
	padding: 20px;
}
.style1 {
	font-weight: bold;
	color: #fff;
}
.style2 {
	color: #fff;
}
.style2:link {
	color: #fff;
}
.style2:hover {
	color: #CCCCCC;
	text-decoration: none;
}
