@charset "utf-8";
/* CSS Document */

.style_xx-small {font-size: xx-small}
.style_xx-small-bold {font-size: xx-small; font-weight:bold}
.style_x-small {font-size: x-small}
.style_x-small-bold {font-size: xx-small; font-weight:bold}
.style_small {font-size: small}
.style_small-bold {
	font-size: small;
	font-weight:bold
}
.style_smaller {font-size: xx-small}
.style_smaller-bold {font-size: smaller; font-weight:bold}
.style_medium {font-size: medium}
.style_medium-bold {font-size: medium; font-weight:bold}
.style_large {font-size: large}
.style_large-bold {font-size: large; font-weight:bold}


.style1 {font-size: 1pt}
.style2 {font-size: 2pt}
.style3 {font-size: 6pt}
.style5 {font-size: 10pt}
.style6 {font-size: 14pt}
.style7 {font-size: 18pt}
.style8 {font-size: 24pt}
.style9 {font-size: 9px}
.style10{font-size: 10px}
.style11{font-size: 11px}
.style12 {font-size: 12px}
.style13 {font-size: 13px}
.style14 {font-size: 14px}
.style15 {font-size: 15px}
.style16 {font-size: 16px}
.style17 {font-size: 17px}
.style18 {font-size: 18px}
.style24 {font-size: 24px}


.HR_Red {
	height:2px;
	margin: 2px 0px 2px 0px;
	background-color: #993300;
}

.HR_Blue {
	height:2px;
	margin: 2px 0px 2px 0px;
	background-color: #993300;
}


.HR_Clear {
	height:2px;
	margin: 2px 0px 2px 0px;
}

.HR_Black {
	height:2px;
	margin: 2px 0px 2px 0px;
	background-color: #000000;
}