HTML
{
	background-color: #BOBOBO;
	color: black;
}

BODY
{
	background-color: #BOBOBO;
	color: black;
	width: 100%;
	border-color: BLACK;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

A, ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4, H5, H6, LI, MENU, OL, P, TD, TH, UL
{
	font-family: sans-serif;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

LI
{
	margin-left: 2.5em;
	margin-bottom: 5px;
	margin-right: 2.5em;
	font-size: 8.5pt;
	color: #000;
	line-height: 150%;
	text-align: left;
}


a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: purple;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:active
{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0em 0em .5em 0em;
	padding: 0em 0em 0em 0em;
	font-weight: bold;
	line-height: 100%;
	color: #507490;
	text-align: left;
}

h1
{
	margin: 0em .5em .5em 0em;
	color: black;
}

p
{
	margin-bottom: 1em;
	line-height: 1.33em;
	text-align: left;
}

a:link
{
	color: #036;
	text-decoration: none;
	text-align: left;
}

a:visited
{
	color: #030;
	text-align: left;
}

a:hover
{
	color: #366;
	text-decoration: underline;
	text-align: left;
}

a:active
{
	text-decoration: underline;
	text-align: left;
}

.blkBar
{
	height: 10px;
	background-color: #000;
}


.Navbar
{
	margin: 0px;
	padding: 5px;
	font-size: 9pt;
	text-align: center;
	color: black;
	border: 5px solid #77AB2B;
	width: 279px;
	font-weight: 800;
}

.Navbar a
{
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
	background-color: none;
}

.Navbar a:link
{
	color: black;
	text-decoration: none;
	background-color: none;
	border-top: 0px solid #FC6;
	border-right: 0px solid black;
}

.Navbar a:visited
{
	color: black;
	text-decoration: none;
	background-color: none;
	border-top: 0px solid #FC6;
	border-right: 0px solid black;
}

.Navbar a:hover
{
	color: #77AB2B;
	text-decoration: none;
	background-color: none;
	border-top: 0px solid #FC6;
	border-right: 0px solid black;
}

.Navbar a:active
{
	color: black;
	text-decoration: none;
	background-color: none;
	border-top: 0px solid black;
	border-right: 0px solid black;
}

.content
{
	margin-left: 240px;
	margin-right: 2em;
}

.content h1
{
	padding-right: 2em;
	padding-top: 1em;
	color: #77AB2B;
	font-size: 14pt;
	font-weight: 100;
}

.content h2
{
	margin: .25em 0em 10px 0em;
	padding-right: 2em;
	font-size: 9.5pt;
	color: #000;
	line-height: 151%;
}

.content h3
{
	margin: 10px 0em 0em 0em;
	padding-right: 2em;
	color: #666;
	font-size: 9.5pt;
}

.content h4
{
	margin: .25em 0em 10px 0em;
	font-size: 8.5pt;
	color: #000;
	line-height: 151%;
	font-weight: 800;
	text-align: right;
}

.content h5
{
	margin: .25em 0em 10px 0em;
	padding-right: 2em;
	font-size: 8.5pt;
	color: #77AB2B;
	line-height: 151%;
	font-weight: 100;
}

.content p
{
	margin: .25em 0em 10px 0em;
	padding-right: 2em;
	font-size: 8.5pt;
	color: #000;
	line-height: 151%;
}

.content a
{
	color: #00F;
	text-decoration: underline;
	font-size: 9pt;
}

.content a:hover
{
	color: #666;
	text-decoration: underline;
}

.content a:visited
{
	color: #90F;
	text-decoration: underline;
}
