/* CSS Document */

body  { font-family: Verdana, Arial, Helvetica;
		color: #666666; 
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color:#E6E6E6 }
		
img {border:none}		
		
.footer { font-size: 9px; text-align:center }
		
.sl		{ font-size: 10px; text-align:left }
.sc		{ font-size: 10px; text-align:center }
.sr		{ font-size: 10px; text-align:right }
.sj		{ font-size: 10px; text-align:justify }

.slb	{ font-size: 10px; text-align:left; font-weight:bold }
.scb	{ font-size: 10px; text-align:center; font-weight:bold }
.srb	{ font-size: 10px; text-align:right; font-weight:bold }
.sjb	{ font-size: 10px; text-align:justify; font-weight:bold }

.mj	{ font-size: 11px; text-align:justify; }

a:link, a:visited, a:active {
	color: #1E569F;
	text-decoration: underline }
	
a:hover	{
	color: #FF9933;
	text-decoration: underline	}