body
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 190%;
	color: #000000;
	}

br
	{
	clear: both;
	}

.menu_item
	{
	color: #111111;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
 	margin: 0px 10px 0px 10px;
 	padding-top:10px;
	}

	.menu_item a, .menu_subitem a
		{
		color: #111111;
		text-decoration: none;
		line-height: 100%;
		}

	.menu_item a:hover, .menu_subitem a:hover
		{
		color: #111111;
		text-decoration: none;
		line-height: 100%;
		border-bottom: 1px dotted #111111;
		}

.menu_subitem
	{
	color: #111111;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
 	margin: 0px 10px 0px 20px;
 	padding-top: 12px;
 	line-height: 1em;
	}

.item_route
	{
	color: #989898;
	font-size: 10px;
 	margin: 0px;
	padding: 7px 0px 0px 10px;
	line-height: 1em;
	}

	.item_route a
		{
		color: #989898;
		text-decoration: none;
		border-bottom: #989898 dotted 1px;
		}
	
	.item_route a:hover
		{
		color: #989898;
		text-decoration: none;
		border-bottom: none;
		}

.item_title
	{
	font-size: 20px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 16px 10px 14px 10px;
	line-height: 1em;
	}

.item_intro
	{
	color: #3f3f3f;
	margin: 0px;
	padding: 12px 10px 12px 10px;
	}

.item_image
	{
	color: #989898;
 	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 150%;
	}

.item_text
	{
	color: #3f3f3f;
	margin: 0px;
	padding: 12px 10px 12px 10px;
	}

	.item_text a, .item_intro a
		{
		color: #3f3f3f;
		text-decoration: none;
		border-bottom: #000 dotted 1px;
		}
	
	.item_text a:hover, .item_intro a:hover
		{
		color: #3f3f3f;
		text-decoration: none;
		border-bottom: none;
		}

.item_footer
	{
	text-align: right;
	color: #989898;
 	margin: 0px;
	padding: 0px 10px 28px 10px;
	line-height: 150%;
	}

label
	{
	float: left;
	width: 90px;
	height: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: right;
	}

input
	{
	float: left;
	width: 165px;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #ffffff;
	}

input.focus
	{
	float: left;
	width: 165px;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	background: #fff6d7;
	border: 1px solid #ffc421;
	}

textarea
	{
	float: left;
	width: 330px;
	height: 156px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #ffffff;
	}

textarea.focus
	{
	float: left;
	width: 330px;
	height: 156px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	background: #fff6d7;
	border: 1px solid #ffc421;
	}

input.submit
	{
	float: left;
	height: 22px;
	width: 140px;
	margin: 6px 0px 6px 100px;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #ffa01f;
	border: 0px solid #ffa01f;
	cursor: pointer;
	cursor: hand;
	}

.footerlink
	{
	color: #111111;
	text-decoration: none;
	border-bottom: 1px dotted #111111;
	}

.footerlink:hover
	{
	color: #111111;
	text-decoration: none;
	border-bottom: 0px;
	}

#dhtmltooltip
	{
	position: absolute;
	width: 120px;
	text-align: center;
	color: #373737;
	border: 1px solid #d0d0d0;
	padding: 3px;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 100;
	opacity:.80; filter: alpha(opacity=80); -moz-opacity: 0.80;
	}
