
A:link {
		color:blue;
		text-decoration :Underline;
		font-weight: bold;
		font-family: Arial, Verdana;
		}
A:visited {
		color: purple;
		text-decoration: underline;
		font-weight: bold;
		font-family: Arial,Verdana;
		}
A:active {color:green;
		text-decoration :underline;
		font-weight: bold;
		font-family: Arial,Verdana;
		}
A:hover {color:red;
		text-decoration :underline;
		font-weight: bold;
		font-family: Arial;
		}
BODY   { 
        background:#ccffcc;
		color:#330066;
		}
P	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		color:#000000;
		}
P.small	   {
		font-family: Arial, Verdana;
		font-size: small;
		color:#000000;
		}
P.bold	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		color:#000000;
		font-weight: bold;
		}

LI	   {
		font-family: Arial, Verdana;
		font-size: 10pt;
		
		}

H1		{
		font-family:Arial,Verdana;
		color:#000000;
		font-size:x-large;
		font-style:bold;
		font-weight: bold;
		}
H2		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:13pt;
		font-style:bolder;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		
		}
H3		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:12pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bolder;
		}
		
H4		{
		font-family:Arial,Verdana;
		color:#CC0000;
		font-size:11pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		}
H5		{
		font-family:Arial,Verdana;
		color:#000000;
		font-size:10pt;
		margin-top:2px;
		margin-bottom:2px;
		font-weight: bold;
		}
TABLE	{
		MARGIN-LEFT: 5PX;
		}
		
#navlist {
        padding: 3px 0;
        margin-left: 0;
        border-bottom: 1px solid #33aa33;
        font: bold .7em Arial, Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #339933;
        border-bottom: none;
        background: #33aa33;
        text-decoration: none;
}

#navlist li a:link { color: #ffffaa; }
#navlist li a:visited { color: #ffffaa; }
#navlist li a#current
		{
		background: #DF8382;
		cursor: default;
		  color: #000000;
		}
#navlist li a:hover {
        color:  #ffffff;
        background: #994241 ;
        border-color: #A04245;
}