/* CSS Document */

.txt_xsmall_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:800000;
}
.txt_xxsmall_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:800000;
}
.txt_small_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:800000;
}
.txt_xsmallbold_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:800000;
	font-weight:bold;
}
.txt_xsmall_grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:4C4C4C;
}
.txt_xxsmall_grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:232323;
}
.txt_xsmall_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:FFFFFF;
}

 hr {
  border: 0;
  width: 100%;
   color: #cccccc;
background-color: #800000;
height: 2px;
}
