body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 4px;
	background-color: #B8B7BC;
	color: #000000;
	font-family: Arial;
}

.headerGrey, .blue_header {
	font-size: 11pt;
	color: #696967;
	font-weight: bold;
}

.headerGreyNoBold {
	font-size: 11pt;
	color: #696967;
}

.small_headerGrey {
	font-size: 9pt;
	color: #696967;
	font-weight: bold;
}

.headerWhite {
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
}


.header_blue10 {
	color: #17277C;
	font-size: 10pt;
	font-weight: bold;
}

.header_blue11 {
	color: #17277C;
	font-size: 11pt;
	font-weight: bold;
}

.black_header {
	color: black;
	font-size: 13pt;
}

.content, td {
	font-size: 9pt;
}

.greyContent {
	font-family: Arial;
	font-size: 9pt;
	color: #696967;
}

.container {
	margin: 0px auto 2em auto;
	width: 749px;	
	text-align:left;
	position:relative;
/*	line-height: 0px;*/
	/* temp style 
	border:solid thin;	*/	
}

.leftSide {
/*	width: 206px;*/
	background-image: url(../graphics/leftTileBottom.gif);
	padding-top: 0px;
	background-repeat: repeat-y;
	}

.leftTan {
	position: absolute;
	top: 0px;
	left: 55px;
	height: 100%;
	width: 146px;
		/* temp style 
		border:solid thin;	*/	
}

.leftText {
/*	position: ;
	top: 0px;*/
	padding-left: 10px;
/*	padding-right: 5px;*/
	line-height: 16px;
	width: 146px;
		/* temp style 
		border:solid thin;	*/	
}

a:link.tip {
	color: #696967;
	font-size: 9pt;
	text-decoration: underline;
}

a:visited.tip {
	color: #696967;
	font-size: 9pt;
	text-decoration: underline;
}

a:hover.tip {
	color: #111111;
	font-size: 9pt;
	text-decoration: underline;
}

.rightSide {
	background-image: url(../graphics/rightTileBottom.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 0px;
	left: 680px;
	width: 69px;
	z-index: 3;
}


.mainContentBox {
	position: absolute;
	left: 206px;
	top: 0px;
	width:474px;
	background-color: #FFFFFF;
		/* temp style 
		border:solid thin;	*/	
}

.mainContentText {
padding-top: 0px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
	width:444px;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #000000;
	font-size: 9pt;
	text-decoration: underline;
}


a:hover, a:active {
	color: #818181;
	font-size: 9pt;
	text-decoration: underline;
}
/*a:visited {
	color: #818181;
	font-size: 9pt;
	text-decoration: underline;
}*/

.hrGreyFull {
	background-image: url(../graphics/section_titlebar_full.gif);
	width: 455px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	font-size: 10pt;
}

.hrGreyHalf {
	background-image: url(../graphics/section_titlebar_half.gif);
	width: 215px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 5px;
	font-size: 10pt;
}

a:link.headlink {
	color: #000000;
	font-size: 10pt;
	text-decoration: underline;
}

a:visited.headlink {
	color: #818181;
	font-size: 10pt;
	text-decoration: underline;
}

.small {
	font-size: 8pt;
}
a:link.small {
	color: #000000;
	font-size: 8pt;
	text-decoration: underline;
}

a:visited.small {
	color: #818181;
	font-size: 8pt;
	text-decoration: underline;
}

.hide {
	display: none;
}

.show {
	display: inline;
}






	.navBox {
		border-bottom-color: #FFFFFF;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-left-color: #FFFFFF;
		border-left-style: solid;
		border-left-width: 1px;
		border-right-color: #FFFFFF;
		border-right-style: solid;
		border-right-width: 1px;
		background-color: #E3E3E3;
		position: absolute;
		padding-top: 2px;
		padding-right: 2px;
		padding-left: 2px;
		padding-bottom: 2px;
/*		cursor: pointer;*/
	}

	.rowOver {
		background-color: #A3A29E;
		color: #FFFFFF;
/*		font-weight: bold;*/
		font-size: 9pt;
		text-decoration: none;
		cursor: pointer;
		cursor: hand;
		
	}

	.rowOff {
		background-color: #E3E3E3;
/*		font-weight: bold;*/
		font-size: 9pt;
		text-decoration: none;
		cursor: default;
	}
	
	.cursorOn {
		cursor: pointer;
		cursor: hand;
	}
	
	.cursorOff {
		cursor: default;
	}

.navText {
	color: #686866;
/*	font-weight: bold;*/
	font-size: 9pt;
	text-decoration: none;
}

.noprint, .printURL{
	display: none;
}

.content_white {
	color: #FFFFFF;
	font-size: 9pt;
}