/* CSS Document */

.body_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	line-height: 110%;
	font-weight: lighter;
}
.body_text_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #000000;
	line-height: 110%;
}
a:link {
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: #333333;
	text-decoration: underline;
	font-style: italic;
}
a:hover {
	color: #FF0000;
	font-style: italic;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	font-style: italic;
}
body {
	padding-top: 20px;
	background-image: url(images/bkgnd.jpg);
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
	line-height: 110%;
	font-weight: lighter;
	margin-top: 0;
}
p {
	margin-top: 0;
}
