@charset "UTF-8";
/* CSS Document */

p {
	font-family: Futura, Verdana;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}

p1 {
	font-family: Century Gothic, Garamond, Georgia, serif;
	font-size: 16px;
	color: #00287A;
	font-weight: bold;
	text-align: justify;
}
p2 {
	font-family:  Century Gothic, Garamond, Georgia, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

p4 {
	font-family:  Century Gothic, Garamond, Georgia, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

p5 {
	font-family: Futura, Verdana;
	font-size: 14px;
	color: #333333;
	text-align:center;
	font-style: italic;
	font-weight:bold
}



ul {
	font-family: Futura, Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	color: #333333;
	list-style-type: circle;
	list-style-position: outside;
	text-align: justify;
}

a:link {
	font-family:  Century Gothic, Garamond, Georgia, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Century Gothic, Garamond, Georgia, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
a:active {
	font-family: Century Gothic, Garamond, Georgia, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: underline;
}
a:visited {
	font-family:  Century Gothic, Garamond, Georgia, serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}
