#main_content {
	width: 588px;
}

	.breadcrumbs {
		padding-bottom: 3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #0B3D91;
		font-size: 12px;
		float: left;
	}

		.breadcrumbs TD {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #0B3D91;
			font-size: 12px;
			background:url(../images/mainframe/middle_header.jpg);
			height: 29px;
			width: 100%;
		}

		.breadcrumbs div {
			width: 588px;
			padding-top: 0px;
			text-overflow: ellipsis;
			overflow: hidden;
		}

		.breadcrumbs A {
			font-size: 12px;
			color: #F76904;
			text-decoration: none;
		}

		.breadcrumbs A:hover {
			text-decoration: underline;
		}


	#main_content #page_navigation {
	}

		#main_content #page_navigation .dark_row {
			color: #F7770C;
			font-size: 11pt;
			border-bottom: solid;
			border-size: 2px;
			border-color: #664DD8;
			padding-bottom: 4px;
			padding-top: 5px;
			margin-bottom: 5px;
		}

		#main_content #page_navigation .light_row {
			color: #664DD8;
			font-size: 11pt;
			border-bottom: solid;
			border-size: 2px;
			border-color: #F7770C;
			padding-bottom: 4px;
			padding-top: 5px;
			margin-bottom: 5px;
		}


	#main_content .content_title {
		font-family: Arial;
		color: #676767;
		font-size: 12pt;
		font-weight: bold;
		padding-top: 15px;
		padding-bottom: 5px;
	}

	#main_content .content_body {
		font-family: Arial;
		color: #676767;
		font-size: 10pt;
	}

		#main_content .content_body A {
			font-family: Arial;
			font-size: 10pt;
			color: #F76904;
			text-decoration: underline;
		}

		#main_content .content_body A:hover {
			text-decoration: none;
		}

	#main_content .notification {
		border: 1px solid #85B4d9;
		background-color: #FFF5C5;
		color: #4070A0;
		font-family: Arial;
		font-size: 10pt;
	}

	#main_content .notification TD {
		color: #4070A0;
		font-family: Arial;
		font-size: 10pt;
	}

/** globals
	*/

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

A.global_link {
	font-family: Arial;
	font-size: 10pt;
	color: #F76904;
	text-decoration: underline;
}

A.global_link:hover {
	text-decoration: none;
}

.page_title_cell {
	background-color: #FFFFFF;
	padding-top: 3;
	padding-bottom: 3;
	padding-left: 20;
	padding-right: 20;
}

.page_title_cell DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
	color: #F76904;
	width: 350px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.within_section {
	padding-top: 10px;
	font-family: Tahoma;
	font-size: 11pt;
	color: #696969;
}

.red_color {
	color: #F7770C;
	font-size: 10pt;
}