/* CSS Document */

.style12 {	font-size: xx-large;
	font-weight: bold;
}
.style13 {	font-size: x-large;
	font-style: italic;
}
.style14 {font-size: x-large}
body,td,th {
	color: 293F3D;
}
h1 {
	color: 2C0D10;
}
h2 {
	color: 502534;
}
h3 {
	color: 66464F;
}
h4 {
	color: 591409;
}
h5 {
	color: 403C15;
}
h6 {
	color: 7E2519;
}
a:link {
	color: 591409;
	text-decoration: underline;
}
a:visited {
	color: 591409;
	text-decoration: underline;
}
a:hover {
	color: 591409;
	text-decoration: none;
}
a:active {
	color: 591409;
	text-decoration: underline;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
}