h1
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #000000;
	font-weight: bold;
	display: inline;
	text-align: left;
	}
	
h2
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
	display: inline;
	text-align: left;
	}
	
h3
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	display: inline;
	text-align: left;
	letter-spacing: 3px;
	}


body         { FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; text-decoration:none }

.pagestandard			{ font-family: Verdana, Arial; font-size: 12px; color: #000000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0 }

.pagestandardbold			{ font-family: Verdana, Arial; font-size: 12px; color: #000000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0; font-weight:bold }
			   
.pagesmall				{ font-family: Verdana, Arial; font-size: 10px; color: #000000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0 }
               
.pageslarge				{ font-family: Verdana, Arial; font-size: 14px; color: #000000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0 }
               
.pagesverylargebold				{ font-family: Verdana, Arial; font-size: 16px; color: #000000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0; font-weight:bold }	
			   
.pageslargeredbold		{ font-family: Verdana, Arial; font-size: 14px; color: #dd0000; text-decoration: none; 
               word-spacing: 0; margin-top: 0; margin-bottom: 0; font-weight: bold }	


#content { position: absolute;
		   top: 80px;
		   left: 150px;
		   width: 480px;
}

a:link.green {
	text-decoration: none;
	color: #00aa00;
}
a:visited.green {
	text-decoration: none;
	color: #00aa00;
}
a:hover.green {
	text-decoration: none;
	color: #ff0000;
}
a:active.green {
	text-decoration: none;
	color: #00aa00;
}

a:link.red {
	text-decoration: none;
	color: #aa0000;
}
a:visited.red {
	text-decoration: none;
	color: #aa0000;
}
a:hover.red {
	text-decoration: none;
	color: #ff0000;
}
a:active.red {
	text-decoration: none;
	color: #aa0000;
}


a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

