BODY
{
	font-size: x-small;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Verdana, 'Microsoft Sans Serif';
}

UL OL
{
	margin-top: 0.5em;
}

H1
{
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 4px;
	font-size: medium;
	color: #4e4887;
	border-top-width: #4e4887;
	border-bottom-width: 1px;
	border-left-width: #4e4887;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4e4887;
	border-left-color: #4e4887;

}

H2
{
	border-top: thin none #4e4887;
	border-left: thin none #4e4887;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 4px;
	font-size: small;
	color: #4e4887;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4E4887;

}

H3
{
	border-top: 0px none #4e4887;
	border-left: 0px none #4e4887;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 4px;
	font-size: x-small;
	color: #4e4887;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-right-color: #4e4887;
	border-bottom-color: #4e4887;
	text-decoration: underline;


}

H4
{
	margin-bottom: 0.5em;
	font-size: x-small;
	color: #4e4887;
}

H5
{
	margin-bottom: 0.5em;
	font-size: xx-small;
	color: #4e4887;
}

H6
{
    margin-bottom: 0.5em;
	font-size: xx-small;
	font-style: italic;
	color: #4e4887;
}

TABLE
{
	border: none;
	font-size:x-small;
}

TR TD
{	
	border: none;
    margin: 2px;
    padding: 2px;
    text-align: left;
}

TH
{
}

A:link
{
	color: #8080c8;
}


A:visited
{
	color: #8080c8;
}

A:active
{
	color: #f16043;
}

A:hover
{
	color: #f16043;
}
.h1red {
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 4px;
	font-size: medium;
	color: #CC0000;
	border-top-width: #4e4887;
	border-bottom-width: 1px;
	border-left-width: #4e4887;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC0000;
	border-left-color: #CC0000;
}
