@charset "utf-8";
/* CSS Document */
body ,H2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #1A8E29;
	font-weight: bolder;
	text-align: center;
	line-height: 10px;
	letter-spacing: normal;
	word-spacing: normal;
}
body, H4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #414141;
	font-weight: bolder;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
}
body h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #14872C;
	font-size: 100%;
	text-align: center;
	line-height: normal;
}
#cont {
	height: auto;
	width: auto;
}

#cab {
	width: 100%;
}

body {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #14872C;
	font-size: 36px;
	letter-spacing: 8px;
	word-spacing: 30px;
	text-align: center;
	background-image: url(logo_t.png);
	background-position: center 350px;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
}
body table {
	height: 40px;
	width: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
body table tr td {
	border-bottom-color: #0C8A2D;
	border-top-color: #0C8A2D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: none;
	color: #F1E308;
}
a:active {
	text-decoration: none;
	color: #414141;
}
