body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}

h1 {
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 2px #000000;
	margin-bottom: 8px;
}

fieldset {
	border: solid 1px #CCCCCC;
	width: 590px;
	margin-bottom: 15px;
	padding: 5px 0 5px 0;
}

legend {
	color: #000000;
	background: #e785ed;
	padding: 5px 5px 5px 5px;
}

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 {
	width: 120px;
}

.footer {
	display: none;
}

.errorMessage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #98180b;
}

.credit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #696969;
}

A {
color : #65001D;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
text-decoration : none;
}

A:hover {
text-decoration : underline;
}

A:visited: {
color : #9F002D;
}

A:visited:hover {
color : #Silver;
}

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

#lastEntry {
	border-bottom: none;
}

.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 {
	width: 600px;
	margin-top: 25px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}

/* CSS Document */

#text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #000;
}

a.vl:link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

a.vl:visited {
color: #000;
text-decoration: none;	
	font-weight: normal;
}

a.vl:hover {
color: #000;
text-decoration: underline;	
	font-weight: normal;
}

a.vl:active {
color: #000;
text-decoration: underline;	
	font-weight: normal;
}

#logo_padding {
	padding-top: 5px;
	padding-bottom: 5px;
}