body {background-color: white;
		  margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			width: 340px}

h2 {font: 12pt arial, helvetica, sans-serif;
	  font-weight: bold;
	  color: black;
		text-align: left;
	  margin: 5px 10px 5px 10px;}

p, div {font: 8pt arial, helvetica, sans-serif;
	 		  color: black;
	 		  text-align: justify;
	 		  margin: 5px 10px 5px 10px;
	 		  line-height: 1.3em;}				

li, table, tr, td, div {font: 8pt arial, helvetica, sans-serif;
	 				          color: black;
                    text-align: justify;
										line-height: 1.3em;}
												
code {font: 8pt courier, monospace;}															 
		
strong {font-weight: bold;}

em {font-style: italic;}

a:link, a:visited, a:active {text-decoration: underline;
									    			 color: black;}
														 
a:hover {text-decoration: none;
				 color: black;}
				 
textarea {width: 180px;} 				 														 