.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
}
.content-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #993333;
}
.content-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993333;
}
.content-bold-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #993333;
}
.content-small {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 11px;
	color: #333333;
}
.content-small-italic {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.content-small-bold {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.text-grey-bold {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.text-header {
	font-family: Tahoma, Verdana, Helv, "Times New Roman";
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #993333;
}
.text-header-bold {
	font-family: Tahoma, Verdana, Helv, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
.text-header-bold-smallcaps-22-brushscriptmt {
	font-family: 'Brush Script MT';
	font-size: x-large;
	font-weight: bold;
        font-variant: small-caps
	color: #333333;
}
.content-grey {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.first-letter-grey {
        float:left;
	width:0.7em;
	font-family: Jokerman;
	font-size:300%;
	line-height:80%;
	color: #333333; font-weight:bold
}
.first-letter-grey-smaller {
        float:left;
	width:0.4em;
	font-family: "Broadway BT";
	font-size:300%;
	line-height:100%;
	color: #333333; font-weight:bold
}
.content-red {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #993333;
}
.first-letter-red {
    float:left;
	width:0.7em;
	font-family: "Broadway BT";
	font-size:300%;
	line-height:80%;
	color: #993333; font-weight:bold
}
.content-red-list-decimal {
	font-family: Verdana, Tahoma,  Helv, "Times New Roman";
	font-size: 12px;
        list-style-type: decimal;
	font-weight: normal;
	color: #993333;
}
.content-list-decimal {
	font-family: Verdana;
	font-size: 12px;
        list-style-type: decimal;
	font-weight: normal;
	color: #000000;
}
.line-box {
	border: 1px solid #333333;
}
.border-bottom_right {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.border-right {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #333333;
}
.box-dotted {
	border-style: dotted;
}