BODY {
	font-size: 9pt;
	line-height: 10pt;
	font-family: arial;
	text-decoration:none;
}
TEXTAREA {
	width:500px;
}
TABLE {
	width:700px;
	cellpadding:10px;
	cellspacing:0px;
	border-collapse:collapse;
}
TD {
	font-size: 9pt;
	line-height: 10pt;
	font-family: arial;
	text-decoration:none;
}
TH {
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial;
	font-weight: bold;
	text-decoration:none;
	align: center;
	background-color: #DDDDDD;
	color: blue;
}
H2 {
	font-size: 14pt;
}
.dialogTH {
   	font-size: 10pt;
   	line-height: 12pt;
   	font-family: arial;
   	text-decoration:none;
   	align: center;
   	background-color: #9CC0A2;
   	color: black;
}
.contentTD {
	font-size: 10pt;
	line-height: 10pt;
	font-family: arial;
	text-decoration:none;
	background-color: #E2E7EB;
}
.button {
	color: blue;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
	background-color:#DDDDDD;
}
.edit {
	color: orange;
	font-weight: bold;
	font-family: arial;
	font-size: 10pt;
}

a {
	font-weight: normal;
	font-size: 10pt;
	line-height: 12pt;
	font-family: arial;
	font-style: normal;
	color: blue;
	text-decoration:none;
}

.headline {
	font-family: arial;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	color: #00638C
}
.summaryheadline {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	color: #007563;
	background-color: #D0D0D0;
}

DIV.notice {
	width: 50%;
	border: 2px solid #8888FF;
	padding: 1em;
	margin: 1em;
}

