/* CSS Styles available for end user selection */
/* redefined HTML tags for content display */
body  {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
h2  {
	font-family: "Courier New", Courier, mono;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}
h3  {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
h4  {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h5  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
h6  {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* custom styles */
.normal  {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
.bold  {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.italic  {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
}
.small  {
	font-family: "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	color: #000000;
	font-weight: normal;
}
.header1  {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}
.header2  {
	font-family: "Courier New", Courier, mono;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
}
.header3  {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.header4  {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.header5  {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.header6  {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

