.box	{ 
		border: 1px solid #525d92;
	}

.box2		{ background-color: #FFFFFF; color: #000000; font-family: Verdana; font-size: 10px; border: 1px solid #999999;  }


.centered {
	position:absolute;
	left:50%;
	margin-left:-(1/2)*(table_width);
	top:50%;
	margin-top:-(1/2)*(table_height);
	other css stuff;
}


.a {
         	color: #333399;
		font-family: verdana, arial, helvetica;
		font-size: 9pt;
 		text-decoration: none; 
}


.awhite {
        color: #FFFFFF;
		font-family: verdana, arial, helvetica;
		font-size: 8pt;
 		text-decoration: none; 
}
.asmall {
         	color: #333399;
			font-family: verdana, arial, helvetica;
		font-size: 7pt;
 		text-decoration: none; 
}

.b {
         	color: #000000;
		font-family: verdana, arial, helvetica;
		font-size: 7pt;
 		text-decoration: none; 
}

.b2 {
         	color: #FFFFFF;
		font-family: verdana, arial, helvetica;
		font-size: 7pt;
 		text-decoration: none; 
}

.box		{ background-color: #FFFFFF; color: #000000; font-family: Verdana; font-size: 10px; border: 1px solid #999999;  }


.button	{ 
		font-size: 10 pt;
                            color: #FFFFFF;
		border-top: 1px solid #d8d8d8;
		border-left: 1px solid #d8d8d8;
		border-right: 2px solid #0D5C53;
		border-bottom: 2px solid #0D5C53;

		background-color: #FF9933;
		width: 110px;
	}
	
.th		{background-color: #FFD739; font-family: arial, helvetica; font-weight: bold; font-size: 16pt;color: #000000;}
.tr		{background-color: #f5f5f5;}
.tl             {background-color: #000000; color: #FFFFFF;}
.tsub	        {background-color: #b4b4b4; font-weight:bold;}