
	html {
		height: 100%;
		margin-bottom: 1px;
	}

	body {
			background-color: #EEEEEE;
			background-image: url('/images/global/global_h_body_background.gif');
			background-repeat: repeat-x;
			padding: 0px;
			margin: 0px;
			text-align: center;
	}
	
	#pageWrapper {
		height: 100%;
		margin: 0 auto;
		text-align: left;
		width: 762px;
	}
	
	#headerWrapper {
	}
	
	#bodyWrapper {
		background-color: #FFFFFF;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}
	
	#footerWrapper {
		border-top: 1px solid #CCCCCC;
	}

	body, p, div, td, input, select, textarea {
		font-family			: Arial, Helvetica, Sans-Serif;
		font-size			: 9pt;
		font-style			: normal;
		font-weight			: normal;
	}

	a {
		color				: #003399;
		text-decoration		: underline
	}

	
		.footer_condensed a:hover {
			text-decoration: underline;
		}

		.globalNavElement {
			color: #CCCCCC;
			font-size: 11px;
			padding-left: 7px;
			padding-right: 7px;
			margin-left: 2px;
			margin-right: 2px;
		}
			.globalNavElement a {
				color: #FFFFFF;
				text-decoration: none;
			}
			.globalNavElement a:hover {
				text-decoration: underline;
			}


	a:hover {
		text-decoration		: underline
	}
	
	ul {
		margin-left			: 0px;
		padding-left		: 20px;
		margin-top			: 5px;
		list-style-image	: url('/images/global/bullet_arrow_black_small.gif')
	}

	.text_mono {
		font-family			: Courier, Courier New, mono;
		font-size			: 16px;
		font-style			: normal;
		font-weight			: normal
	}

	.text_input {
		font-family			: Arial, Helvetica, Sans-Serif;
		font-size			: 12px;
		font-style			: normal;
		font-weight			: normal
	}

	.override {
		font-family			: Arial, Helvetica, Sans-Serif;
		font-size			: 12px;
		font-style			: normal;
		font-weight			: normal
	}
	
	h1 {
		font-size			: 16px;
		font-weight			: bold;
		margin				: 0px
	}
	
	.text_title {
		font-size			: 16px;
		font-weight			: bold
	}

	.text_headerplus {
		font-size			: 15px;
		font-weight			: bold
	}
	
	h2 {
		font-size			: 13px;
		font-weight			: bold;
		margin				: 0px
	}

	.text_header {
		font-size			: 13px;
		font-weight			: bold
	}

	.text_large {
		font-size			: 15px
	}
	
	.text_medium {
		font-size			: 11px
	}
	
	.text_small {
		font-size			: 10px
	}
	.global_typeface, a.global_typeface {
		font-size			: 14px;
		font-weight			: bold;
		text-decoration		: none
	}
	
	.global_navigation, a.global_navigation {
		color				: #333333;
		font-size			: 11px;
		text-decoration		: none
	}

	a.global_typeface:hover {
		text-decoration		: underline
	}
	
	.global_stock, a.global_stock, a.global_stock:hover {
		color				: #FFFFFF;
		font-family			: Arial;
		font-size			: 10px;
		padding-top			: 1px;
		text-decoration		: none
	}

	.footer_date {
		font-family			: Arial, Helvetica, Sans-Serif;
		color				: #666666;
		font-size			: 10px
	}

	.footer_links, a.footer_links {
		font-size			: 11px
	}

	.footer_condensed, a.footer_condensed {
		color				: #666666;
		font-size			: 10px;
		text-decoration		: none
	}

	.tightlist {
		list-style-image	: url(/images/global/bullet_arrow_black_small.gif);
		font-size			: 11px;
		margin-left			: 0px;
		margin-top			: 5px
	}
	
	.talllist {
		list-style-image	: url(/images/global/bullet_arrow_black_tall.gif);
		margin-left			: 20px;
		margin-top			: 5px
	}

	.sublist {
		list-style			: square;
		list-style-image	: url(/images/global/bullet_arrow_black_small.gif);
		margin-left			: 15px
	}

	h3 {
		font-size			: 12px;
		font-weight			: bold;
		margin				: 0px
	}

	.bold {
		font-weight			: bold
	}

	h4 {
		font-size			: 12px;
		font-weight			: bold;
		margin				: 0px
	}

	.global_title {
		color				: #FFFFFF;
		font-size			: 9px;
		font-weight			: bold;
		text-decoration		: none
	}

	.breadcrumb {
		font-size			: 9px
	}

	.leftnav_title {
		color				: #333333;
		font-size			: 11px;
		font-weight			: bold;
		text-decoration		: none
	}

	.leftnav_subtitle {
		color				: #336699;
		font-size			: 11px;
		font-weight			: bold;
		text-decoration		: none
	}

	.leftnav_link {
		color				: #336699;
		font-size			: 11px;
		text-decoration		: none
	}

	.nounderline_link {
		text-decoration		: none
	}
	
	a.nounderlineHover_link {
		text-decoration		: none;
	}
		a.nounderlineHover_link:hover {
			text-decoration		: underline;
		}
	
	.border_bottom {
		border-bottom		:1px solid #CCCCCC
	}
	
	.border_top {
		border-top			:1px solid #CCCCCC
	}

	sub {
		line-height: 0;
		font-size: 9px;
	}
	
	sup {
		line-height: 0;
		font-size: 9px;
	}