/*  General rules */
	
BODY { 
	BACKGROUND: #00EE55 URL(/images/bkgnd_gn.gif);
	COLOR: black;
	FONT-FAMILY: Georgia, Times New Roman, Verdana, Helvetica, Arial, sans-serif;
	margin: 10;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 25px;
}

H1, H2, H3	{ FONT-FAMILY: Impact, sans-serif, helvetica; FONT-VARIANT: small-caps; FONT-WEIGHT:600; VERTICAL-ALIGN: middle; MARGIN: 0;
	letter-spacing: 2px;
}
H1 B, H2 B, H3 B	{ VERTICAL-ALIGN: middle; FONT-SIZE: 155%; }
H1 U, H2 U, H3 U	{ VERTICAL-ALIGN: middle; FONT-SIZE: 100%; }
H5,H6	{FONT-FAMILY: Arial, serif, helvetica; }

UL	{
	list-style:url(/images/bullet.gif) circle; 
	text-align: left;
}

IMG	{ border: 0 }


BODY	{
  scrollbar-arrow-color: #AA2222;
  scrollbar-track-color: #D0D0D8;
  scrollbar-face-color: #C0C0C8;
  scrollbar-highlight-color: #CC0000;
  scrollbar-3dlight-color: #CC0000;
  scrollbar-darkshadow-color: #550000;
  scrollbar-shadow-color: #CC0000;
}




#logo {
	margin: 4px;
	padding: 0;
	text-align: center;
}
#content	{
	margin: 0px;
	padding: 8px;
	text-align: center;
	vertical-align: top;
}
	
#menucol	{
	BACKGROUND: #00EE55 URL(/images/bkgndmenu_gn2.gif);
	margin: 0;
	padding: 0;
	color: #200;
}

#lowleft	{
	vertical-align: bottom;
}	

#header	{
	border-bottom: 2px solid #A00;
	margin: 0;
	padding: 0;
	font-size: 1pt;	
}


#footer {
	border-top: 2px solid #A00;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #111;
	text-align: left;
	font-size: 9pt;	
}


pre	{
	font-family: "Courier New", courier, monospace;
	background: inherit;
	color: #100;
	}



A:link { color: #CC0000 }
A:visited { color: #880000 }
A:active { color: #FF5500 } 
