BODY
{
	background-color: #403D31;
	text-align: center;
}

TD
{
    font-family: georgia, times new roman, times, serif;
	background-color: #ffffff;
	font-size: 11pt;
	color: #000000;
	line-height: 150%;
}

h5
{
	font-size: 14pt;
}

ul
{
	margin-top:0px;
	padding-top: 0px:
	margin-bottom: 12px;
	padding-bottom: 0px;
}	

ol
{
	margin-top:0px;
	padding-top: 0px:
	margin-bottom: 12px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 30px;
}

li
{
	margin-bottom: 12px;
	padding-bottom: 0px;
}

.rule
{
	background-color: #919070;
	color: #ffffff;
}

.topcell
{
	background-color: #c4c3a3;
	color: #fff;
}

.greycell
{
	background-color: #F1EFED;
}

.largertext
{
	font-size: 11pt;
}

.smallertext
{
	font-size: 9pt;
}

.tinytext
{
	font-size: 10px;
}

.mediumtext
{
	font-size: 10pt;
}

.largesttext
{
	font-size: 13pt;
}

p.centered
{
	text-align: center;
	margin-bottom: 12px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 15px;
}

.callout
{
	text-align: center;
	font-style: italic;
}

.footer
{
	font-size: 8pt;
	color: #919070;
}

.excerpt
{
	margin-left: 30px;
	margin-right: 20px;
	font-family: Courier New, Courier;
	font-size: 12px;
}

A:link
{
    COLOR: #6A6A58;
    TEXT-DECORATION: underline;
}
A:visited
{
    COLOR: #6A6A58;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #A86F31;
    TEXT-DECORATION: underline
}
A:hover
{
    COLOR: #ffffff;
    TEXT-DECORATION: underline;
	background-color: #6A6A58;
}


