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


/* HOME */

.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;
	}

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

	.hometext a
	{
	color: #1E558F;
	text-decoration : underline;
	}
	
	.hometext a:hover
	{
	color: #1E558F;
	text-decoration : underline;
	}

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

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

.homeloginheader
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #786C00;
	}

.homelogintext
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #786C00;
	}

	.homelogintext a
	{
	color: #786C00;
	text-decoration : underline;
	}
	
	.homelogintext a:hover
	{
	color: #786C00;
	text-decoration : underline;
	}

.textsm
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	line-height: 16px;
	color: #666666;
	}
	
UL
	{
	list-style-image: url(/imgs/bullet.gif);
	padding: 0;
	/* top wrap bottom indent */
	margin: 10 0 10px 25;
	line-height: 16px;
	}

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