@charset "utf-8";
.Text_Body-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
}
.Text_Body-Normal_Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666;
}

.Text_Body-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-weight: bold;
}

.Text_Body-Bold_Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666;
	font-weight: bold;
}

.Text_Body-Bold_Red {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}

.Text_Body-Italic {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #000;
}
.Text_Body-Italic_Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #666;
}

.Text_Fineprint-Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-size: small;
}
.Text_Fineprint-Normal_Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666;
	font-size: small;
}

.Text_Fineprint-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-size: small;
	font-weight: bold;
}

.Text_Fineprint-Italic {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: small;
	font-style: italic;
}

.Text_Title-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-weight: bold;
	font-size: x-large;
}
.Text_Title-Bold_Secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000;
	font-weight: bold;
	font-size: large;
}

.Table_Spacer-Row {
	height: 10px;
}
.Table_Spacer-Column {
	width: 5pt;
}
.Table_Spacer-Column_Small {
	width: 5pt;
}


a:link {
	color: #600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #600;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Linksmall {
	font-size: 10px;
}
