body {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
}
td { font-family: arial,helvetica,sans-serif; font-size: 14px; }
h1 { font-size: 25px; font-weight: bold; margin: 0px; padding: 0px; }
h2 { font-size: 15px; font-weight: bold; margin: 0px; padding: 0px; }
h3 { font-size: 14px; font-weight: normal; margin: 0px; padding: 0px; }
h4 { font-size: 12px; font-weight: normal; margin: 0px; padding: 0px; }
p { font-family: arial,helvetica,sans-serif; font-size: 16px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.red { color: red; }
.green { color: green; }
.blue { color: blue; }
.purple { color: purple; }
.yellow { color: yellow; }
.black { color: black; }
.white { color: white; }

.inline { display: inline; }

a:link, a:visited, a:active, a:hover { text-decoration: none; }
sup { color: red; }
img { border: 0; }
form { display: inline; }

div.box {
	background-color: #ffffbf;
	border: 2px outset #ccffff;
	padding: 5px;
	width: 758;
	text-align: center;
}

div.contentbox {
	padding: 7px;
	border: 2px outset #fcf;
	background-color: #FFddFF;
	width: 700;
	text-align: left;
}

div.contentbox p {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

div.contentbox h2 {
	width: 700;
	background-color: #FF66FF;
	margin: -7px;
}

td.checkbox { font: 10pt sans-serif; }
