* {
	font-family : Arial, Helvetica, sans-serif;
}

P, TD, DL, BODY, BLOCKQUOTE, PRE, OL, UL, BR  {
	font-size : 10pt;
	font-weight : normal;
	color : black;
}

html, body {
	background-color: #A89AD0;
	scrollbar-base-color: #A89AD0;
}  

small  {
	font-size : 8pt;
	font-weight : normal;
	color : #666666;	
}

H1  {
	margin : 0;
	font-size : 22pt;
	font-weight : normal;
	color : #9933cc;
}

H2  {
	font-size : 18pt;
	font-weight : normal;
	color : #9933cc;
}

H3  {
	font-size : 14pt;
	font-weight : normal;
	color : #9933cc;
}

H4  {
	font-weight : bold;
	color : black;
}

.heading1  {
	font-size : 22pt;
	font-weight : normal;
	color : #9933cc;
}

.heading2  {
	font-size : 18pt;
	font-weight : normal;
	color : #9933cc;
}

.heading3  {
	font-size : 14pt;
	font-weight : normal;
	color : #9933cc;
}

.heading4  {
	font-weight : bold;
	color : black;
}

hr {
	border: none;
	color: #8B79BC;
	width: 75%;
	background-color: #8B79BC;
	height: 2px;
}
hr.short{
	border: none;
	color: #8B79BC;
	width: 25%;
	background-color: #8B79BC;
	height: 2px;
}

.quote_maker  {
  	font-size : 8pt;
	color : #666666;	
	text-align: right;
	margin-top: 8px;
	margin-right: 4px;
}
