body { 
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	/*padding: 3px;
	border: 17px solid #E4E4E9;*/
	margin: 0;
}

img, img a, table, table tr, table tr td, form { 
	border: 0;
	padding: 0;
	margin: 0; 
}

.menu_top {
	color: #999;
}

.menu_top a {
	color: #999;
	text-decoration: none;
	font-size: .7em;
}

.menu_top a:hover {
	text-decoration: underline;
}

#level_0 {
	/*height: 148px;*/
	background: right repeat-y url(img/bg_intro_gradient.gif) #45BFEF;
}

#level2_0 {
	/*height: 148px;*/
}

#level_1 {
	background: url(img/bg_intro_level_1.gif);
}

#level2_1 {
	height: 148px;
	background: #4399D8 url(img/bg_intro2_level_1.gif);
}

.intro_center {
}

.main_menu {
	background: repeat-x url(img/bg_mm.gif);
}

.main_menu td {
	background: no-repeat right url(img/bg_mm_divider.gif);
	border-bottom: 1px solid #fff;
}
.mm_last-child {
	width: 100%;
	border-bottom: 4px solid #b7b7b7;
	padding-top: 6px;
	display: block;	
}

.main_menu_link {
	display: block;
	padding: 4px 9px 3px 0px;
	border-bottom: 4px solid #b7b7b7;
	text-transform: uppercase;
	font-size: .75em;
	color: #555;
	text-decoration: none;
}

.main_menu a:hover {
	border-bottom: 4px solid #ff0000;
	color: #ff0000;
}

h2 {
	color: #0B6CAE;
	font-size: 1em;
}

.header {
	font-size: 1em; 
	color: #0B6CAE; 
	font-weight: bold;
}

.title {
	font-size: 2.0em;
	color: #666666;
	font-weight: bold;
}


listing_bold {
	color: #0B6CAE;
	font-size: 2em;
}

.left_navbar {
	background: #9e9e9e no-repeat bottom url(img/bg_side_navbar.gif);
	padding: 10px;
	padding-bottom: 30px;
}

.left_navbar a {
	display: block;
	color: #000;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	padding: 3px 6px;
	border-left: 3px solid #9e9e9e;
}

.left_navbar a:hover {
	border-left: 3px solid #99FFFF;
	text-decoration: underline;
}

.left_navbar_h {
	background: #646464 no-repeat url(img/bg_h_side_navbar.gif);
	width: 222px;
	height: 27px;
	margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
}

p {
	font-size: .8em;
}

.txt_select_1 {
	color: #333333;
}

.txt_select_1 a {
	color: #333333;
	text-decoration:none;
}

.txt_select_1 a:hover {
	text-decoration:underline;
}

.txt_select_2 {
	color: #ff0000;
}

.txt_select_2 a {
	color: #ff0000;
	text-decoration:none;
}

.center_infobar {
	padding: 0 20px;
	background: url(img/center_col_bg.jpg) right repeat-y;
}

#center_infobar_content {
	
}

#center_infobar_content li {
	list-style-type: square;
}


.center_infobar_divider {
	background: repeat-x url(img/bg_infrobar_divider.gif);
	width: 100%;
	height: 1px;
}

.infobars_divider {
	background: repeat-y url(img/bg_mm_divider.gif);
}

.copyrights_notice {
	font-size: .7em;
	color: #999;
	text-align: right;
	margin-top: 40px
}

#main_content, #main_content table, #main_content tr, #main_content td, #main_content p, #main_content ul, #main_content ol, #main_content li {
	font-size: 12px;
	list-style-type: square;
	line-height: 1.5em;
}

.warning {
	color:#FF0000;
	font-weight:bold;
}

.detail_table {
	border-collapse: collapse;
}

.detail_table td.h {
	/*background: url(img/border_dotted.gif) repeat-x bottom;*/
	/*border-bottom: 2px solid #666666;*/
	padding: 5px;
}

.detail_table td.data {
	padding: 5px;
	/*background-color: #E4E5F1;*/
	border: 1px solid #FFFFFF;
}

.detail_table td.subh {
	padding: 5px;
	/*background-color: #D4D5D8;*/
	border: 1px solid #FFFFFF;
}

#main_content .subtext {
	font-size: 0.8em;
}

.hr {
	border: 0;
	margin: 0;
	padding: 0;
	height: 1px;
	background: url(img/border_dotted.gif) repeat-x bottom;
	width: 100%;
	font-size: .01em;
}

.main_area {
	margin-top: 2px;
}

@media print {
	.left_navbar {
		display: none;
	}
	
	.center_infobar {
		display: none;
	}
	
	#main_content {
		display: block;
	}
}