body {
}

a
{
	text-decoration: none;
	color: #FF9801;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: brown;
}

.PageTitle
{
	color: #FF9801;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

.PageTitleSmall
{
	color: #FF9801;
	font-size: 1.3em;
	font-weight: bold;
}

.MainTitle
{
	color: #FD9800;
	font: normal bold 1.2em Verdana, Arial, sans-serif;
}

.SubTitle
{
	color: #887869;
	font: normal bold 1em Verdana, Arial, sans-serif;
}

.ParagraphHeader
{
	color: #887869;
	font: bold 1.25em;
}

p
{
	margin: 0.9em 0 0.9em 0;
	font-size: 1em;
}

.left_image_padded
{
	padding: 0 .6em 0.5em 0;
	float: left;
}

