/* CSS Document */

body {
	background: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Times New Roman, serif;
	font-size: 12pt;
	line-height: 130%;
	color: black;
	width: 100%;
}

#container {
	width: 100%;
	text-align: left;
}

.holdertable {
	width: 100%;
}

.holdercell {
	padding: 0px 0px 0px 0px;
}

.maintable {
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.maincontentcell {
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.headertable {
	width: auto;
}

.bodycopy {
	font-size: 11pt;
	line-height: 140%;
	display: block;
	width: 950px;
}

.bodycopy a:link {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.bluetitlebar {
	font-size: 13pt;
	display: block;
}

.headline {
	font-size: 12pt;
	display: block;
}

.breadcrumbs {
	font-size: 10pt;
	display: block;
}

.printhide {
	display: none;
}