body	{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	}
.xxlarge	{ font-size: xx-large; }
.xlarge		{ font-size: x-large; }
.large		{ font-size: large; }
.normal		{ font-size: medium; }
.small		{ font-size: small; }
.xsmall		{ font-size: x-small; }
.tiny		{ font-size: xx-small; }

.blank		{ color: #ffffff; }
.error		{ color: #ff0000; }
.serif		{ font-family: "AmeriGarmnd BT", Garamond, Times, serif; }
.left		{ text-align: left; }
.center		{ text-align: center; }
.right		{ text-align: right; }
.justify	{ text-align: justify; }


h1		{ font-size: 2.6em; margin: 0px; }
h2		{ font-size: 2.3em; margin: 0px; }
h3		{ font-size: 2.0em; margin: 60px 0px 0px; text-align: left; }
h4		{ font-size: 1.6em; }
h5		{ font-size: 1.3em; }
h1, h2, h3, h4, h5, h6
		{
		color: #333333;
		padding: 0px;
		border: 0px;
		font-weight: 700;
		background-color: transparent;
		}
a	{
	text-decoration: none;
	}
a.hover	{
	text-decoration: underline;
	}
a img	{
	border: 0px;
	}
address	{
	margin: 10px 0px 0px 20px;
	font-style: normal;
	font-size: small;
	}
dt	{
	font-weight: bold;
	}
dd	{
	margin: 0px 0px 10px 10px;
	font-style: italic;
	}
p	{
	text-align: justify;
	text-indent: 30px;
	line-height: 150%
	}
br	{ clear: both; }
