BODY 		{ 
		font-family: "Arial", sans-serif, verdana, helvetica;
		font-size: 10pt;
		color: #fofofo;
		background-color: white;
		}
A:link		{color: #000080}
A:visited	{color: #000080}
A:active	{color: #000080}
A:hover		{color: #ffffff; background-color: #000080}
A.gray:active 	{color: #646464}
A.gray:link 	{color: #646464}
A.gray:visited 	{color: #646464}
A.gray:hover 	{color: #646464; background-color: #ffffff}
#pgheader	{
		position: absolute;
		top:  20px;
		left:  40px;	
		width: 700px;
		}
#rside	{
		position: absolute;
		top:  30px;
		left:  570px;	
		width: 200px;
		font-size: 8pt;
		}

#txtbody	{
		position: absolute;
		top: 130px;
		left: 60px;
		width: 450px;		
		}
#botnav 	{
		position: absolute;
		top:  400px;
		left:  90px;
		}
#foot		{
		position: absolute;
		top: 450px;
		left: 90px;
		}
STRONG 		{
		font-size: 18pt;
		font-weight: normal;
		color: #5A0084;
		}
td.cal		{
		border-top:0px solid #CCCCCC;
		border-right:0px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		border-left:0px solid #CCCCCC;
		font-family: "Arial", sans-serif, verdana, helvetica;
		font-size: 9pt;
		}
td.hist		{
		border-top:0px solid #CCCCCC;
		border-right:0px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
		border-left:0px solid #CCCCCC;
		font-family: "Arial", sans-serif, verdana, helvetica;
		font-size: 9pt; color: #646464;
		}
li 		{ 
		margin: 1em; 
		line-height: .75em; 
		padding: 1px; 
		} 

UL		{
		//list-style-type:square;
		list-style-image:url(smallwheel.bmp)
		}

