/*
============================================================
04/11/07 | 11:33 AM
------------------------------------------------------------
ZD creates style
------------------------------------------------------------
version1 
============================================================
*/



HTML
{
	background-color: #6CAA26;
	color: black;
	background-repeat: repeat-x;
	background-image: url(pat.jpg);
	background-position: center top;
	padding: 0;
	margin: 0;
}

BODY
{
	font-family: "Geneva", arial, helvetica, sans-serif;
	background-color: #6CAA26;
	background-repeat: repeat-x;
	background-image: url(pat.jpg);
	background-position: center top;
	color: black;
	padding: 0;
	margin: 0;
}

LI
{
	margin-left: 2.5em;
	margin-bottom: 10px;
	margin-right: 2.5em;
	font-size: 9pt;
	color: #666;
	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: 0em;
	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: none;
	text-align: left;
}

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

