@charset "utf-8";
/* CSS Document */
body {
	font-family: verdana;
	background-color: #fff;
	margin-top:50px;
}
p {
	font-size: 14px;
	text-align: center
}
H1 {
	font-family: verdana;
	font-size: 18pt;
	text-align: center;
	font-weight: bold
}
H2 {
	font-family: verdana;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}
H3 {
	font-family: verdana;
	font-size: 14pt;
	text-align: center;
	font-weight: bold;
}
H4 {
	font-family: verdana;
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
}
H5 {
	font-family: verdana;
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
}
H6 {
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
}
H7 {
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
H8 {
	font-family: verdana;
	font-size: 12pt;
	text-align: justify;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	font-size: 12px;
	BACKGROUND: none;
	TEXT-DECORATION: none;
	color:#000;
}
a:visited {
	font-weight: bold;
	font-size: 12px;
	BACKGROUND: none;
	TEXT-DECORATION: none;
	color:#000;
}
a:active {
	font-weight: bold;
	font-size: 12px;
	BACKGROUND: none;
	TEXT-DECORATION: none;
	color:#000;
}
a:hover {
	font-weight: bold;
	font-size: 12px;
	BACKGROUND: none;
	TEXT-DECORATION: none;
	color:#000;
	TEXT-DECORATION: underline;
}
ul {
	COLOR: #fae7b5;
	font-size: 12px;
	font-family: verdana;
	text-align: justify
}
