html,body {
	margin:0;
	padding:0;
	height:100%
}
body {
	background-color: #f5f5f5
}
body,p,td,th {
	font: normal 12px Arial, Verdana, Helvetica;
	color:#000
}
#dpage {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:780px;
	margin:0 auto;
	padding:0px;
	background-color:#fff;
	border-left:1px solid #c0c0c0;
	border-right:2px inset #c0c0c0;
	text-align:left
}
#dhead,#content {
	padding:12px;
}
#header {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #000;
	text-align:right;
}
a:link,a:visited,a:active {
	text-decoration:none;
	color:#000080
}
a:hover {
	text-decoration:underline;
}
input,select,textarea {
	font-size:12px
}
.notesmall {
	font-size:10px
}
.frmheadline {
	border-bottom:1px solid #000
}
.group {
	border-bottom:1px solid #000;
	font-weight:bold;
	background-color:#c0c0c0
}
li p {
	margin-top:4px;
	margin-bottom:4px
}

li {margin-top: 6px;}

.notreq {
	color:#C05A56;
	margin-right:2px
}

.inote {
	display:block;
	color:#777;
	font-style:italic;
	font-size:10px
}
h4 {
	font-size:16px;
	font-weight:bold;
	text-align:left
}
.error {
	color:#F00
}
ul {
	list-style-type:square
}
