<!--
	td, select, textarea, input, div
	{
		font-family: arial;
		font-size: 11px;
		color: #292929;
	}
	body
	{
		padding: 0px;
		margin: 0px;
		border: 0px;
		background-color: #F9F9F9;
	}
	#main_ui
	{
		background-color: #FFFFFF;
		width: 770px;
	}
	#manual	.label
	{
		font-weight: bold;
		background-color: #E9E9E9;
		border: 1px solid #F9F9F9;
		width: 140px;
	}
	#manual-list table
	{
		border: 1px solid #000000;
		background-color: #F9F9F9;
		padding: 5px;
	}
	#manual-list td
	{
		text-align: center;
	}
	#manual .text
	{
		border: 1px solid #FFFFFF;
		background-color: #F9F9F9;
		width: 412px;
	}
	#sub-nav
	{
		width: 140px;
	}
	#sub-nav .title
	{
		font-weight: bold;
		color: #FFFFFF;
		background-color: #004A80;
		padding: 4px;
	}
	#sub-nav .text
	{
		font-family: arial;
		font-size: 11px;
		background-color: #F9F9F9;
		padding: 4px;
	}
	a { color: #004A80; text-decoration: none; }
	a:hover { text-decoration: underline; }
	#contact-form
	{
		border-top: 10px solid #FFFFFF;
	}
	#contact-form td
	{
		background-color: #F9F9F9;
	}
	#contact-form table
	{
		background-color: #D9D9D9;
	}
	#contact-form .label
	{
		text-align: right;
		width: 124px;
	}
	#contact-form .title
	{
		background-color: #D9D9D9;
		border-top: 2px solid #004A80;
		padding: 3px;
		font-weight: bold;
		width: 101px;
		text-align: left;
	}
	#bread-crumbs
	{
		padding: 1px;
	}
	#copyright
	{
		text-align: center;
		border-top: 5px solid #F9F9F9;
		border-bottom: 5px solid #F9F9F9;
		background-color: #F9F9F9;
	}
	#content_ui
	{
		font-size: 11px;
		font-family: arial;

	}
	#navigation-ui
	{
		background-color: #005FA2;
	}
	#navigation-ui td
	{
		padding: 4px;
		color: #F9F9F9;
		text-align: left;
	}
	#top
	{
		background-color: #F4F4F4;
		border: 1px solid #FFFFFF;
		padding: 4px;
		text-align: right;
		
	}
	.reg-header
	{
		font-weight: bold;
		border-bottom: 1px solid #D4D4D4;
		background-color: #E9E9E9;
	}
	.reg-header-mid
	{
		text-align: center;
		font-weight: bold;
		border-bottom: 1px solid #D4D4D4;
		background-color: #E9E9E9;
		border-left: 1px solid #FFFFFF;
	}
	.reg-header-null
	{
		border-bottom: 1px solid #D4D4D4;
		border-left: 1px solid #FFFFFF;
	}
	.reg-text
	{
		border-bottom: 1px solid #D4D4D4;
	}
	.reg-text-mid
	{
		text-align: center;
		border-bottom: 1px solid #D4D4D4;
		border-left: 1px solid #D4D4D4;
	}
	.reg-text-right
	{
		text-align: center;
		border-bottom: 1px solid #D4D4D4;
		border-left: 1px solid #D4D4D4;
		border-right: 1px solid #D4D4D4;
	}
	.drop-navigation
	{
		background-color: #F4F4F4;
		border-left: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
	}
	.drop-text-top
	{
		text-align: left;
		background-color: #F9F9F9;
		width: 90px;
		border-bottom: 1px solid #FFFFFF;
	}
	.drop-text
	{
		text-align: left;
		background-color: #F9F9F9;
		width: 90px;
		border-top: 1px solid #696969;
		border-bottom: 1px solid #FFFFFF;
	}
	.drop-text a
	{
		text-decoration: none;
		color: #292929;
	}
	.drop-text a:hover
	{
		text-decoration: underline;
	}
	.drop-text-top a
	{
		text-decoration: none;
		color: #292929;
	}
	.drop-text-top a:hover
	{
		text-decoration: underline;
	}
	.list { font-family: Arial; font-size: 11px; list-style-image: url(../../images/li.gif); list-style-type: none; margin-left: -20px; }
	.list li {  padding: 3px;}
	.list ol { list-style-image: url(../../images/arrow.gif); list-style-type: none; }
	.list a { font-weight: bold; }
//-->