/*/Controls background color and font information/*/
body	{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	size:10px;
	text-decoration:none;
	width:auto;
	}

/*/Style 2 controls the main font; 
Style 3 controls the footer; 
UL Style controls the look of the link lists./*/

.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.style3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #b1b1b1;}
.ulstyle {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#006699}	

/*/h1 is not in use at this time;
h2 is the bold wording under the graphic;
h3 controls white text within blue bands./*/
h1	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:bold;
	}
	
h2	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
	
h3	{
	background-image:url(/crlsql/images/blue_bg.gif); height:20px;
	background-repeat:repeat-x y;
	font-family:Arial, Verdana, Helvetica, sans-serif; padding:5px;
	color:#FFFFFF;
	font-size:14px;
	}
	
/*/Link information/*/
a:link 	{font:Arial, Helvetica, sans-serif; size:12px; color:#006699; font-weight:bold; text-decoration:none;}
a:visited	{font:Arial, Helvetica, sans-serif; size:12px; color:#000066; font-weight:bold; text-decoration:none;}
a:hover		{font:Arial, Helvetica, sans-serif; size:12px; color:#000066; font-weight:bold; text-decoration:underline;}

ul	{
	color:#006699
	font:Arial, Helvetica, sans-serif;
	size:9px
	}

	
