@charset "utf-8";
/* CSS Document */

body {
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-align:justify;

}

body#welcome3 {
	margin: 0;
	padding: 0;
}

.yellowbody {
	background-color: #FFF2B5; 
}

.Inset {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: .3em auto .3em auto;
	width: 90%;
	padding: .3em;
	background-color: #FFF2B5; 
	border: 2px solid #444;
	-moz-box-shadow: 5px 5px 8px #888;
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
		
}

p {
	margin: .3em;
	padding: .3em .4em .3em .4em;	
}


h1 {
	margin: 0 0 .5em 0;
	padding: .3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20pt;
	background-color: #FFF;
	text-align:center;
	border-botton: 1px solid #444;
	-moz-box-shadow: 0px 5px 8px #888;
	-webkit-box-shadow: 0px 5px 8px #888;
	box-shadow: 0px 5px 8px #888;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20pt;
	background-color: #FFFFFF;
}
hr {
	color: #000;
	background-color: #000;
	height: 2px;
}
.small {
	font-size:8pt;
}
.i {
	font-style:italic;
}
.handwriting {
	font-family: Marker Felt, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
}


a, a:visited {
	color:#333399;
	text-decoration:none;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:active {
	color:#333399;
	text-decoration:underline;
}

a img {border: none;}

a.nota {
	color:#000;
}


