/* CSS Document */
body {
	background-color: #CCD3B0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #00439F;
}
a:hover{
	text-decoration: underline;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
h2.first {
	margin: 0 0 10px;
	color: #2EB344;
	border-bottom-style: solid;
	border-bottom-color: #2EB344;
	border-bottom-width: 1px;
}
p{
	margin:0px;
}
div#w_main {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	padding: 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 130%;
}
div#w_main_2 {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	padding: 20px;
	text-align: justify;
	font-size: 14px;
	line-height: 130%;
}
.contact {
	font-size: 0.75em;
	text-align: center;
}
.table_cont {
	text-align: justify;
	font-size: 14px;
	line-height: 130%;
}
