html         { font-size: 12pt; font-family: Times; background-color: white}
label      { font-size: 8pt; font-family: Times }
table        { font-size: 12pt; font-family: Times}
h1           { font-family: Times; color: #800000; font-size: 18pt; margin-bottom: 6 }
h2           { font-family: Times; color: #990000; margin-bottom: 6 }
h3           { font-family: Times; color: #800000; margin-bottom: 6 }
h4           { font-family: Times; font-size: 10pt; color: #800000; font-weight: bold; margin-top:4; margin-bottom:2 }
h5           { font-family: Times; font-size: 10pt; color: #FF0000; font-weight: bold; margin-top:2; margin-bottom:2}
a:link		   { Color: #333333; text-decoration:none }
a:visited		{
				color: #333333; 
				text-decoration:none 
				}

				
a:hover		{
				color: #FF0000; 
				text-decoration:underline
				}

				
a:active		{
				 color: #333333; 
				 text-decoration:none
				 }
