/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
padding:3px;
}

p.black{
font-family: Verdana, sans-serif;
font-size:12px;
color:#000000;
line-height:18px;
padding:3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
}

.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	line-height: 18px;
	font-weight: bold;
	color: #006600;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #9acda1;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	background-color: #009933;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation2{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #006600;
}

.fotos{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:10px;
	padding:3px;
}
.link_fotos{
	font-family: Verdana, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:10px;
	padding:3px;
	font-weight: bold;
}

.title{
	font-family: Verdana, sans-serif;
	font-size:30px;
	color:#003366;
	line-height:14px;
	padding:6px;
	font-weight: bold;
}

