h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
	
h2   {
	font-family : "Times New Roman", Times, serif;
	color: Blue;
	font-size: 16pt;
	font-weight: bold;
	font-variant : normal;
	text-align: center;
	line-height: 20px;
}

h3   {
	font-family : "Times New Roman", Times, serif;
	color: Blue;
	font-size: 13pt;
	font-weight: bold;
	font-variant : normal;
}

p {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant : normal;
}

a:link {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Red;
	text-decoration : none;
}

dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12pt;
	color: Green;
}
dd {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11pt;
	font-variant : normal;
}
p.indent {
	padding-left: 40px;
}
p.address {
	line-height: 16px;
}

/* floating elements */

.picright {
float: right;
padding: 0px 0px 10px 10px;
}
.picleft {
float: left;
padding: 0px 10px 10px 0px;
}
