body {
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 100%;
	margin: 0 auto;
}

a {
	color: #FF6600;
	font-weight: bold;
	text-decoration:none;
}

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

.layout_body {
	background: #FFFFFF url(images/bg.jpg) repeat-x scroll center top;
}

table {
	font-size: 82.3%;
	background: #FFFFFF none repeat scroll 0 0;
	border-collapse: collapse;
}

.menu_below_head {
	background: #FFFFFF url(images/menu_below_head.jpg) repeat-x scroll
		center top;
	color: #FFFFFF;
}

.navigation_ul {
	float: left;
	overflow: hidden;
	padding: 0;
}

.navigation_li {
	background: transparent url(images/navigation_bg.png) no-repeat scroll
		left bottom;
	overflow: hidden;
	width: 165px;
}

.navigation_title {
	background: transparent url(images/navigation_title_bg.png) no-repeat
		scroll top center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 12px;
}

.navigation_link {
	background: transparent url(images/navigation_array.png) no-repeat
		scroll 7px 9px;
	color: #00386E;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	padding: 7px 10px 8px 24px;
}

.form_title {
	background: #EEF0F3 url(images/title_bar.png) repeat-x scroll left
		bottom;
	border-top: 1px solid #BBCCDD;
	color: #000000;
	padding: 0.3em 0.5em 1em;
	text-align: center;
	font-size: 82.3%;
}

.error {
	background: #FFDDDD url(images/error.png) no-repeat scroll 10px 3px;
	border: 1px solid #FFBBBB;
	margin: 0.5em 0 1em;
	padding: 0.2em 40px;
	position: relative;
	font-size: 82.3%;
}

.warning {
	background: #FFFFDD url(images/warning.gif) no-repeat scroll 10px 3px;
	border: 1px solid #FFEE66;
	margin: 0.5em 0 1em;
	padding: 0.2em 40px;
	position: relative;
}

.form_button_bar {
	background: #FFFFFF none repeat scroll 0 0;
	border-color: #FFFFFF #FFFFFF -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	clear: both;
	text-align: center;
}

.form_button {
	background: #FFFFFF url(images/form_button_bg.png) repeat-x scroll
		center top;
	border: 1px solid #2E6B10;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.2em 1em;
	text-align: center;
}

.list {
	border-color: #D2D2D2 -moz-use-text-color -moz-use-text-color #D2D2D2;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
}

.list_head th {
	background: #FFFFFF none repeat scroll 0 0;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	color: #147385;
	padding: 0.5em;
}

.list_body td {
	background: #ECECEC none repeat scroll 0 0;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	padding: 0.5em;
	color: #006AC7;
}

.list_foot td {
	background: transparent none repeat scroll 0 0;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
	padding: 0.5em;
}

.list_title {
	background: #DDEEFF url(images/list_title_label.png) no-repeat scroll
		10px 0.4em;
	border: 1px solid #99CCFF;
	margin: 0.5em 0 2em;
	padding: 0.5em 1em 0.5em 40px;
	position: relative;
}

.item_title {
	background: #FFFFFF url(images/item_title_bg.png) repeat-x scroll 0 0;
	border: 1px solid #CCCCCC;
	color: #555555;
	margin: 0 0 0.5em;
	font-size: 82.3%;
	padding: 0.5em 1em;
	position: relative;
	text-align: center;
}
