@charset "UTF-8";

body {
	background-color: #999999;
}

p {
	text-align: left;
	color: #222222;
	font-family: 'Sorts Mill Goudy', Times, serif;
}

p.Normal, p.NormalUnindent, p.NormalJustify, p.NormalRightJustify {
	font-size: 18px
	line-height:inherit
}

p.Normal {
}

p.NormalUnindent {
}

p.NormalJustify {
	text-align: justify;
}

p.NormalRightJustify {
	text-align: right;
}

p.Fine {
	font-size: 8pt;
}

td,th {
	background-color: #FFFFFF;
}

.Title {
	font-family: "Francois One";
	font-size: 22px;
}

a:link {
	text-decoration: none;
	color:#009;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

