/******* Text Defaults *******/

/*** headings ***/

h1 /** use h1 for table headings, and other page titles at top of content window **/
	{ color: #069; 
	font-size:18pt; 
	font-family: Arial, sans-serif, Verdana, Helvetica; 
	font-style:normal; 
	font-weight: bold; 
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 1em;
	margin-bottom: 0pt;
 }
	

h2 /** use for titles above the status menus**/
 	{	font-size:14pt;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-style:normal;
	color: #000000;
	font-weight: normal;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0em;
	margin-bottom: 0pt;
	}


h3 {	font-size:13pt;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-style:normal;
	color: #069;
	font-weight: bold;
	margin:0;
	margin-top:1em;
	}

h4 {	font-size:11pt;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-style:normal;
	color: #fff;
	font-weight: bold;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-top: 0em;
	margin-bottom: 0pt;
		}


body { font-size:11pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	font-weight: normal;}
	
p { font-size:11pt;
	font-family: Arial, sans-serif, Verdana, Helvetica;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}


