BODY  {
	  	font-family: Verdana, Arial, Helvetica;
	   	color: black;
}

.hrs { color: black }

a:active { color: red; text-decoration: underline }
a:link { color: #336699; text-decoration: underline }
a:visited { color: gray; text-decoration: underline }
a:hover	{ color: red; text-decoration: underline}

input.buttons { color: black; font-size: 8pt }
input.buttons2 { color: black; font-weight: 600; font-size: 8pt; background-color: #dcdcdc; border: outset }

.text	{
			font-size: 9pt;
			font-family: verdana, arial, helvetica;
			font-weight: normal;
			font-style: normal;
			color: black;
		}


.textb	{
			font-size: 10pt;
			font-family: verdana, arial, helvetica;
			font-weight: bold;
			font-style: normal;
			color: black;
		}

.text2	{
			font-size: 11pt;
			font-family: verdana, arial, helvetica;
			font-weight: normal;
			font-style: normal;
			color: black;
		}

.text3	{
			font-size: 8pt;
			font-family: verdana, arial, helvetica;
			font-weight: normal;
			font-style: normal;
			color: black;
		}

.text4	{
			font-size: 7pt;
			font-family: verdana, arial, helvetica;
			font-weight: normal;
			font-style: normal;
			color: black;
		}

.text5	{
			font-size: 9pt;
			font-family: verdana, arial, helvetica;
			font-weight: normal;
			font-style: normal;
			color: black;
		}

.text6	{
			font-size: 8pt;
			font-family: verdana, arial, helvetica;
			font-weight: bold;
			font-style: normal;
			color: black;
		}

.hdg	{
			font-size: 9pt;
			font-family: verdana, arial, helvetica;
			font-weight: bold;
			font-style: normal;
			color: #003399;

		}


.hdg1	{
			font-size: 10pt;
			font-family: verdana, arial, helvetica;
			color: #cc0000;
			font-weight: bold;
			font-style: normal;
		}

.hdg2	{
			font-size: 8pt;
			font-family: verdana, arial, helvetica;
			color: #cc0000;
			font-weight: bold;
			font-style: normal;
		}

.hdg3	{
			font-size: 12pt;
			font-family: verdana, arial, helvetica;
			color: black;
			font-weight: bold;
			font-style: normal;
		}

.colhdg	{
			font-size: 9pt;
			font-family: verdana, arial, helvetica;
			font-weight: bold;
			font-style: normal;
			color: white;
			background-color:  #003399;

		}


.blue	{ color: #336699; }

.orange	{ color: #ff9933; }

.purple	{ color: #cc66cc; }

.green	{ color: #66cc99; }

.red		{ color: red; }

.b			{ font-weight: bold; }

.u			{ text-decoration: underline; }

.i			{ font-style: italic; }

.bu			{ font-weight: bold;
 			  text-decoration: underline; }

.bi			{ font-weight: bold;
			 font-style: italic; }

