@charset "utf-8";
/* CSS Document */

<!--
body {
	background-color: #B8FEA7;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin-top: 0px;
}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #333333;
	}
a:hover { 
	color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
	
.menu {
	padding-left: 10px;
}
.table {
	background-image: url(images/back.png);
}
.title {
	font-size: 35px;
	color: #53b379;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin-top: 5px;
	padding-top: 5px;
}

.subtitle {
	font-size: 18px;
	color: #51b078;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}


.content {
	height:535px;
	overflow:scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636366;
	text-align: justify;
	line-height: 17px;
}



.logo {
padding-top: 10px;
	padding-left: 25px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E6584;
	font-size: 9px;
	font-weight: bold;
}

-->
