body {
	font: 13px/18px Palatino;
	background-color: #fff;
	color: #000;
}

h1 {
	width: 600px;
	font: 16pt Georgia, Baskerville Old Face;
	font-weight: normal;
	color: #330000;
}

h2 {
	width: 580px;
	font: 14pt Georgia, Baskerville Old Face;
	font-weight: normal;
	color: #330000;
}

fieldset {
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #336699;
	background: #FFF;
	border: none;
	width: 100px;
	cursor: pointer;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Georgia, Baskerville Old Face;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.errorMessage {
	font-family: Georgia, Baskerville Old Face;
	font-weight: bold;
	font-size: 10pt;
	color: #330000;
}

.credit {
	font-family: Georgia, Baskerville Old Face;
	font-size: 6pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

A:link {
	COLOR: #336699;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #336699;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #E9AB17;
	TEXT-DECORATION: none;
}
A:active  {
	COLOR: #996633;
	TEXT-DECORATION: none;
}
a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

.entry {
	width: 580px;
	border-bottom: solid 1px #999999;
	margin-bottom: 15px;
	padding-bottom: 4px;
	clear: both;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	float: left;
}

.entryCount {
	width: 580px;
	text-align: center;
	padding-bottom: 6px;
}

