BODY {
background-color: #FFFF99;
background-repeat: repeat-y;
} 

BODY.menu {
background-color: #000099;
background-repeat: repeat-y;
} 

BODY.neutral {
background-color: #FFFFFF;
background-repeat: repeat-y;
}

A:link {color: #000099}
A:visited {color: #000099}
A:active {color: #000000}
A:hover {color: #000000}

H1  	{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18pt; 
	color: #000000;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0px;
	}
H2  	{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16pt; 
	color: #000000;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0px;
	}
H3 	{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13pt; 
	color: #000000;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 0px;
	}

H4 	{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11pt; 
	color: #000099;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 0px;
	}
	
H5 	{

	}

H6 	{

	}

P 	{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	}

TD	{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	}

LI	{
	list-style-type:square;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
	}

HR	{
	color: #000099;
	height: 1px;
	}

P.menu 	{
	font-size: 10pt;
	color: #FFFF99; 
	margin-left: 5px;
	font-weight: bold ;
	}
TD.menu 	{
	font-size: 10pt;
	color: #FFFF99; 
	margin-left: 5px;
	font-weight: bold ;
	}

P.menu A:link {font-weight: bold; color: #FFFF99; text-decoration: none; }
P.menu A:visited {font-weight: bold; color: #FFFF99; text-decoration: none; }
P.menu A:active {font-weight: bold ; color: yellow; text-decoration: none; }
P.menu A:hover {font-weight: bold; color : yellow; text-decoration: none; }

.title 	{
	font-size: 24pt;
	color: #FFFF99; 
	}
.small 	{
	font-size: 8pt;
	}

.footer 	{
	font-size: 11px;
	color: #000099;
	}


