BODY {
	color: black;
	font-family: myriad, helvetica, arial, sans-serif;
	font-size: 10pt;
	background: white;
	width: 800px;
 }

IMG {
	border-width: 0;
	}
	
H1 { 
  font-size: 14pt; }

H2 { 
  font-size: 12pt; }

DIV {
	vertical-align: top;
}

B {
	font-weight: bolder;
	font-style: italic;
}
	
DIV.secttitle {
	float: left;
	width: 120px;
	text-align: right;
	font-weight: bolder;
	font-variant: normal;
	clear: both;
 }

DIV.sect {
	text-align: left;
	margin-left: 0px;
	width: 500px;
	margin-bottom: 0px;
	padding: 0;
	float: left;
 }

DIV.subsect {
	text-align: left;
	width: 500pt;
	background: #EEEEDD;
	float: left;
	height: 140px;
	padding: 0;
	margin: 10px;
	margin-top: 0px;
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
 }

DIV.subsect2 {
	text-align: left;
	width: 500pt;
	background: #D8E3D8;
	float: left;
	height: 140px;
	padding: 0;
	margin: 10px;
	margin-top: 0px;
	border-color: #999999;
	border-style: dashed;
	border-width: 1px;
 }

IMG {
	float: left;
	margin-right: 10px;
	padding: 0;
}


TABLE {
  float: left;
  clear: left;
}

a:link {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
}
a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
}
a:hover {
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

DIV.noimg {
	width: 140px;
	float: left;
	height: 140px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	}
