/* <title>Style Sheet</title> */
/* this next section is the test/quis in the header_blank file */
.text
	{
	font:normal 12px Verdana, Tahoma, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
	}
.text a
	{
	font:normal 12px Verdana, Tahoma, Arial, sans-serif;
	color:#000000;
	text-decoration:underline;
	}
.text_b
	{
	font:bold 12px Verdana, Tahoma, Arial, sans-serif;
	color:#000000;
	text-decoration:none;
	}
.text_b a
	{
	font:bold 12px Verdana, Tahoma, Arial, sans-serif;
	color:#000000;
	text-decoration:underline;
	}	
.main_table
	{
	border-color:#000000;
	border:1px solid #000000; /* 3F5435 */
	padding:1px 1px 1px 1px;
	}
