
body, p, td  {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #004040;
}

h1  {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 150%;
	color : #004040;
}

h2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 140%;
	color : #004040;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 130%;
	color : #004040;
}

h4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 130%;
	color : #004040;
}


a:link  {	
	color : #804040;
	text-decoration : none;
}

a:active {
	color :  #582C2C;
	text-decoration: none;
}

a:visited  { 
	color : #999999;
 	text-decoration : none;
}

.index  {
	font-size: 80%;            
 }
 
.index2  {
	font-size: 80%; 
border-bottom: 1px #000 solid;
margin-left: 15px;
 }


 .note {
 	 color: red;
}

.block {
	width: 400px;
	margin-left: 15px;
	border : thin dotted #004040;;
	padding : 10px;
}

.hide { 
display: none;
}

div.space {
clear: both;
}

.center { 
text-align: center; 
}

