/*------- main tags -------------*/

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;	
	line-height: 1.8em;
	color: #000000;
	margin-top: 0.4em;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0.4em;
  } 

blockquote	{
	font-size: .95em;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	border-right:#660099 1px solid;
	border-top:#660099 1px solid;
	border-left:#660099 1px solid;
	border-bottom:#660099 1px solid;
	margin-left: 155px;
	padding: 12 12 8 .5px;
}



/*------- header tags -------------*/
h1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.50em;
	line-height: 1.4em;
	color: #000099;
	}
h2 {
	font-family: Times, "Times New Roman", "Times Roman", serif;	
	font-size: 1.65em;
	line-height: 1.2em;	 	
	color: #004080;
	}
h3{	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.1em;
	font-weight: bold;	 	
	color: #660066;
	text-align: left;
	}
h4 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .95em;
	font-weight: bold;	 	
	color: #FE3A0A;
	text-align: left;
	}

td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1em;
	color: #000000;
	}

ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .95em;
	list-style-type: square;
	bullet-color:  #000000;	
	line-height: 1.5em;
	list-style-position: outside;
	}

/*------- link tags -------------*/

a {	
	color: #FE3A0A;	
	text-decoration: underline;
	}
a:visited {
	font-color: #660066;
	}
a:active {
	font-color: #FE3A0A; 
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline overline;
	color: #0000FF;
	}