H1  {
	font-family : Arial, sans-serif;
	font-size : 22pt;
        font-weight : bold;
}

H2  {
	font-family : Arial, sans-serif;
	font-size : 20pt;
        font-weight : bold;
}

H3  {
	font-family : Arial, sans-serif;
	font-size : 18pt;
	font-weight : bold;
}
H4  {
	font-family : Arial, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

P  {                    /* default paragraph style */
	font-size : 12pt;
	font-family : Arial, Times, serif; 
        text-indent:1em
}

P.r  {                    /* table heading style */
	font-size : 12pt;
	font-family : Times New Roman, serif; 
    
}

P.myQuote  {            /* custom class "myQuote" paragraph style */
	margin-left : 0.5in;
	margin-right : 0.25in;
	margin-top : 0.25in;
	font-style : italic;
}

A  {
	text-decoration : none;
	color : #0000FF;
	font-size : 12pt;
	font-weight : bold;
}

A.fragment  {
	text-decoration : none;
	color : #000000;
}

A:Visited  {
	color : #ff00ff;
}

A:Active  {
	color : #00FFFF;
}

A:Hover  {text-decoration : none;
	color : #FF0000;
}

