body
	{
	background-image: url(/imgs/sub_background.jpg);
	/* Note: Make URL Absolute for Navigator 4 compatibility */
	background-repeat: repeat-x;
	/* options: repeat-y no-repeat */
	background-color: #FFFFFF;
	}


/* SUB */

.homeutilnav
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	}

	.homeutilnav a
	{
	color: #ffffff;
	text-decoration : none;
	}
	
	.homeutilnav a:hover
	{
	color: #ffffff;
	text-decoration : none;
	}

.text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	}

	.text a
	{
	color: #003366;
	text-decoration : underline;
	}
	
	.text a:hover
	{
	color: #003366;
	text-decoration : underline;
	}

.header
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #104070;
	}

.header2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #104070;
	}

.subnav
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	}

	.subnav a
	{
	color: #003366;
	text-decoration : underline;
	}
	
	.subnav a:hover
	{
	color: #003366;
	text-decoration : underline;
	}


/* RANDOM */

UL
	{
	list-style-image: url(/imgs/bullet.gif);
	padding: 0;
	/* top wrap bottom indent */
	margin: 2 0 15px 30;
	line-height: 16px;
	}

.symboltext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

.symbolheader
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #104070;
	}

