body {
	margin: 50px 5% 5% 5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color:#F0F0F5;
}
div#wrapper {
	padding: 10px;
	width: 770px;
	position: relative;
	overflow: hidden;
	top: 0px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#header {
	clear: both;
	background-color: #EEEEEE;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 95px;
	background-image: url(images/dc_title02.gif);
	background-repeat: no-repeat;
	background-position: 95px 0px;
	border: 1px solid #9900CC;
}
div#header img.logo {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
	float: left;
}
div#header h1 {
	display: none;
	color: #9900CC;
	font-size: 1.4em;
	font-style: italic;
}
div#menu {
	margin: 0px;
	padding: 4px 8px;
	width: 172px;
	border-top: none;
	border-right: 1px solid #9900CC;
	border-bottom: 1px solid #9900CC;
	border-left: 1px solid #9900CC;
	float: left;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}
div#menu p.menuHeader {
	margin: 0px;
	padding: 2px 0px;
	font-size: 1.1em;
	color: #9900CC;
	border-bottom: 1px solid #CCCCCC;
}
div#menu a {
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}
div#menu ul {
	margin: 0px;
	padding: 2px 0px 10px 10px}
div#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 2px;
}
div#content {
	margin: 0px 0px 0px 200px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
}
div#content ul {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
div#content ol {
	font-size: .9em;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
div#content li {
	color: #000000;
	margin: 0px;
	padding: 3px 0px;
}
img {
	border: none;
}
h1 {
	color: #eee;
	font-size: 1.7em;
	line-height: 1.8em;
	margin: 0px;
	padding: 30px 0px 0px;
	font-weight: lighter;
}
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #9900CC;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 1.0em;
	line-height: 1.3em;
	margin: 0px;
	padding: 6px 0px 0px;
}
h4 {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px;
}
h6 {
	font-size: .7em;
	color: #666666;
	margin: 0px;
	padding: 4px 0px;
}
p {
	font-size: .9em;
	color: #000000;
	line-height: 1.3em;
	margin: 0px;
	padding: 6px 0px;
}
p.note {
	font-size: 0.8em;
	color: #333333;
}
p.loginstatus {
	font-size: 0.8em;
	color: #333333;
	margin: -2px 0px 0px;
	padding: 0px 0px 8px;
}
sup {
	font-size: 80%;
}
sup a:link,a:visited {
	text-decoration: none;
}
p.note a:link,a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table.login_table {
	border: 1px solid #9900CC;
	margin: 0px;
	padding: 4px;
}
table.login_table td {
	margin: 0px;
	padding: 2px 3px;
	font-size: .9em;
}
form {
	margin: 0px;
	padding: 0px;
}
.redtext {
	color: #FF0000 !important;
}
.bluename {
	color: #000066;
}
.hidden {
	display: none;
}
table#userdata {
	border: 1px solid #9900CC;
	font-size: 0.8em;
}
table#userdata td {
	margin: 0px;
	padding: 2px 3px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table#userdata td:first-child {
	border-left: none;
}
table#userdata td.header {
	background-color: #EEEEEE;
	font-weight: bold;
}
table#userdetail {
	border: 1px solid #9900CC;
	font-size: 0.8em;
	margin: 0px 0px 8px;
	padding: 0px;
}
table#userdetail td:first-child {
	text-align: right;
	background-color: #EEEEEE;
	vertical-align: top;
}
table#userdetail td {
	margin: 0px;
	padding: 3px 4px;
	border-top: 1px solid #CCCCCC;
}
table#userdetail td.header {
	background-color: #EEEEEE;
	font-weight: bold;
	border: none;
	text-align: left;
}
table#userdetail td.infotd {
	font-size: 0.85em;
}
div.summary h4 a {
	color: #000066;
}
/* Report Styles */
table.reportTable {}
table.reportTable tr.headerRow td {
	font-weight: bold;
}
table.reportTable td {
	font-size: 0.8em;
	padding: 0 0.4em 0 0;
}
p.reportNavigation {
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #cccccc;
	margin-top: 0.5em;
}