@charset "iso-8859-1";
body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: olive;
	margin-right: 15px;
	margin-left: 15px;
}

img {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

img.dir {
	border-style: none;
	width: 150px;
	height: 130px;
}

img.f_right {
	margin-left: 10px;
	float: right;
}

p {
	font-weight: 600;
	text-align: justify;
}

p.quote {
	margin-right: 5%;
	font-style: italic;
	margin-left: 5%;
	color: navy;
}

p.foot {
	font-family: "times new roman", serif;
	text-align: center;
	color: teal;
	font-size: medium;
}

p.home {
	font-size: 13pt;
	letter-spacing: -1pt;
	margin-right: 30px;
	margin-left: 30px;
	text-align: center;
}

p.linkit {
	text-align: center;
	margin-left: 10%;
	margin-right: 10%;
}

.lien {
	line-height: 300%;
	font-size: 10pt;
	font-weight: bold;
	position: top;
	letter-spacing: -1pt;
	text-decoration: none;
	text-align: left;
}

.title {
	text-align: center;
	font-family: "times new roman", serif;
	color: red;
}

.txleft {
	text-align: left;
}

.txcent {
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

td {
	vertical-align: top;
}

h1 {
	font-family: "book antiqua", "bookman old style", "times new roman", serif;
	color: teal;
	font-style: italic;
	font-size: 36pt;
	font-weight: bold;
	line-height: 125%;
	letter-spacing: -1pt;
	text-align: center;
}

h3 {
	color: teal;
}

a:visited {
	color: #993366;
}

a:hover {
	color: #808080;
}

a:link {
	color: #993366;
}