@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Microsoft Sans Serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #666666;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
}
a {
	font-family: Arial;
	font-size: 9pt;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.normalText {
	text-decoration: none;
	color: black;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-weight:normal;
}
.summaryText {
	text-decoration: none;
	color: black;
	font-family: "Microsoft Sans Serif";
	font-size: 9pt;
	font-weight:normal;
}
.summaryHeader {
	text-decoration: none;
	color: black;
	font-family: "Microsoft Sans Serif";
	font-size: 9pt;
	font-weight:bold;
}
.infoText {
	text-decoration: none;
	color: #FF6600;
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
	font-weight:normal;
}

.normalHeader {
	text-decoration: none;
	color: #F0F0F0;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-weight:bold;
}
.projectHeader {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial;
	font-size: 9pt;
	font-weight:bold;
}

.normalSmallText {
	text-decoration: none;
	color: #999999;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:normal;
}
.linkText {
	text-decoration: none;
	color: #0066FF;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-weight:normal;
}
.copyText {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:normal;
}
.top-border-line {
	border-top: 1px solid #D2BE5B;
}
.bottom-border-line {
	border-bottom: 1px solid #D2BE5B;
}
.left-border-line {
	border-left: 1px solid #D2BE5B;
}
.right-border-line {
	border-right: 1px solid #D2BE5B;
}
