
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%;            
 }
 
 .note {
 	 color: red;
}

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

.hide { 
display: none;
}

div.float {
float: left;
width: 250px;
padding: 10px;
padding-bottom: 15px;
}

div.float2 {
float: left;
width: 250px;
padding: 10px;
padding-bottom: 25px;
padding-top: 74px;
}

div.float p {
text-align: center;
}

div.box {
border-bottom: 2px dashed #004040;
background-color: #fff;
}

div.space {
clear: both;
}

.center { 
text-align: center; 
}

