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

.normalText {
	text-decoration: none;
	color: #F1F1F1;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-weight:normal;
}

.infoText {
	text-decoration: none;
	color: #F1F1F1;
	font-family: "Times New Roman";
	font-size: 12pt;
	font-weight:normal;
}

.normalHeader {
	text-decoration: none;
	color: #F1F1F1;
	font-family: "Microsoft Sans Serif";
	font-size: 10pt;
	font-weight:bold;
}

.normalSmallText {
	text-decoration: none;
	color: #F1F1F1;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:normal;
}
.normalBlueText {
	text-decoration: none;
	color: #006699;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:normal;
}
.normalBlueBoldText {
	text-decoration: none;
	color: #006699;
	font-family: Arial;
	font-size: 9.5pt;
	font-weight:bold;
}
.top-border-line {
	border-top: 1px solid #224F86;
}
.bottom-border-line {
	border-bottom: 1px solid #224F86;
}
.left-border-line {
	border-left: 1px solid #224F86;
}
.right-border-line {
	border-right: 1px solid #224F86;
}
