body {
	background-image: url(images/kids.jpg);
	background-repeat: no-repeat;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #343e47;
	scrollbar-highlight-color: #343e47;
	scrollbar-track-color: #afbbc5;
	scrollbar-arrow-color: #343e47;
	background-attachment: fixed;
	padding: 20px;
	background-color: #7a8fa0;
	font-family: Arial, Helvetica, sans-serif;
}

h4, h1 {
	color: #1f2f1b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

p.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.text_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #147900;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #1f2f1b;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}

table.team {
	border-left: 3px ridge #afbbc5;
	border-top: 3px ridge #afbbc5;
	border-right: 3px ridge #343e47;
	border-bottom: 3px ridge #343e47;
}

p.note {
	font: 9px Arial Helvetica sans-serif;
	text-align: left;
}


td.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #343e47;
	text-align: center;
	vertical-align: middle;
	color: #afbbc5;
	padding: 3px;
}

td.picture {
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

td.introdu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343e47;
	background-color: #afbbc5;
	padding: 3px;
	text-align: center;
}

td.info_title {
	background-color: #343e47;
	color: #afbbc5;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
}

td.info_text {
	background-color: transparent;
	color: #343e47;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	padding: 5px;
}

table.infos {
	width: 90%;
	border-left: 3px ridge #afbbc5;
	border-top: 3px ridge #afbbc5;
	border-right: 3px ridge #343e47;
	border-bottom: 3px ridge #343e47;
}
hr {
	color: #343e47;
}

