	.text 
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	}

	.header
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 15px;
	 font-weight: strong;
	}

 	TABLE.box 
	{
	 border: 1px solid #000000;
	}

	TD.sortofboxed
	{
	 border-left:	1px solid #000000;
	 border-right:	1px solid #000000;
	 border-bottom:	1px solid #000000;
	}

	TD.sortofboxed2
	{
	 border-right:	1px solid #000000;
	 border-top:	1px solid #000000;
	 border-bottom:	1px solid #000000;
	}

 	TD.boxed 
	{
	 border: 1px solid #000000;
	}

	TD.bottom_dashed
	{
	 border-bottom: dashed 1px #000000;
	}

	TD.right 
	{
	 border-right: dashed 1px #000000;
	}

	TD.rightsolid 
	{
	 border-right: solid 1px #000000;
	}
	
	TD.top
	{
	 border-top: dashed 1px #FF6600;
	}
	
	td.off 
	{
	 border-right: dashed 1px #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background: white;
	}

	td.on 
	{
	 border-right: dashed 1px #000000;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background: #cccccc;
	}

	td.off2 
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background: white;
	}

	td.on2 
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 background: #cccccc;
	}

	a:link {color: black; text-decoration: none; }
	a:visited {color: black; text-decoration: none; }
	a:active {color: black; text-decoration: none; }
	a:hover {color: Red; text-decoration: none; } 
