@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {

	background-color: #a5c565;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {

	color: #333333;
	font-family: Arial, helvetica;
	font-size: 13px;

}

a:link {
	color: #215421;
}
a:visited {
	color: #215421;
}

a:hover {
	color: #5E89BE;
	
}

a:active {

	color: #215421;

}


h1 {
	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	
}

.menu {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #212554;
	font-weight: BOLD;
}


.menu_branco {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: BOLD;
}

table {
	
	background-color: #fff
}

