@charset "utf-8";
.regtext {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	color: #000000;
	text-align: left;
}
.italicregtext {
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
	line-height: 14pt;
	color: #000000;
}

BODY
{
    FONT-SIZE: 8pt;
    MARGIN: 0px;
    FONT-FAMILY: Verdana, 'MS Sans Serif';
    BACKGROUND-COLOR: white
}
.headlines {
	font-family: "Arial Black";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bolder;
	color: #5f0400;
}
.alphabet {
	font-family: "Arial Black";
	font-size: 14pt;
	font-style: normal;
	line-height: 14pt;
	text-transform: capitalize;
	color: #5f0400;
	font-weight: bolder;
}

.phoneno {
	font-family: "Arial Black";
	font-size: 12pt;
	line-height: 17pt;
	color: #000000;
}
.bullet {
	font-family: "Arial Black";
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}

.boldregtext{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.bolditalictext {
	font-family: Arial;
	font-size: 14pt;
	font-style: italic;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
}
.allcapbold {
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
