body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #000000;
	
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
	margin-left: 80px;

	
}

h2 {
	width: 580px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: solid 1px #333333;
	margin-left: 80px;
	
}

fieldset {
	border: solid 0px #333333;
	width: 530px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
	margin-left: 60px;
	margin-top: 20px;
}

legend {
	color: #666666;
	
	border: 0px outset #cccccc;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
	color: #CCCCCC;
	font-size: 8pt;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #000000;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #CCCCCC;
	font-size: 10pt;
	background: #000000;
	border: 1px outset #666666;
	width: 80px;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 28px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border-top: solid 0px #333333;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	margin-left: 80px;
	text-align: right;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
	font-weight: normal;
}

a:link {
	color: #999999;
}

a:visited {
	color: #999999;
}

a:active {
	color: #999999;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.entry {
	width: 580px;
	border-bottom: solid 1px #333333;
	margin-bottom: 5px;
	padding-bottom: 30px;
	clear: both;
	margin-left: 80px;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
	color: #999999;
	font-size: 8pt;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
	color: #666666;
	font-size: 8pt;
}

.navigation {
	float: left;
	margin-left: 80px;
}

.entryCount {
	width: 580px;
	text-align: center;
	padding-bottom: 4px;
	color: #CCCCCC;
	font-size: 8pt;
}
