P  {line-height : 110%;}

/* headings*/
H1  {font : bold 22pt Arial,sans-serif; text-align : center;}
H2  {font : bold 18pt Arial,sans-serif; text-align : center;}
H3  {font : bold 12pt Arial,sans-serif;}
H4  {font : italic 11pt Arial,sans-serif;}

/* default table attributes*/
TABLE CAPTION.title { font : bold 12pt Arial, Helvetica, sans-serif; }
TABLE CAPTION  {font : 10pt Arial, Helvetica, sans-serif;}
TH  {font : bold 11pt Arial,sans-serif;}
TD.special  {background : yellow;}
TR.special  {background : yellow;}	/* special table cells*/

/* other stuff */
TD, body {background-color: #FFFFFF}
.title {font-family: Arial, Helvetica, sans-serif;
		font-size: 18pt;
		font-weight: bold;
		text-align: center}.example {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt}
a:link {  color: #0000FF; text-decoration: none}
a:visited { color: #0000FF; text-decoration: none }
a:hover { color: #FF0000; text-decoration: underline}
.navigation {background-color: #FFFFCC}
.important {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: #CC0000;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-align: center;
}
.checked {  list-style-image: url(boxcheck.gif); list-style-type: disc}
.unchecked {  list-style-image: url(box.gif); list-style-type: circle}
.left-3 {
	width: 25%;
}
.right-3 {
	width: 25%;
	margin-left: 75%;
	border: black 1px solid;
}
.center-3 {
	border: black 1px solid;
	width: 50%;
	margin-left:25%;
	margin-right:25%;
	float: left;
}
