html {
	scrollbar-arrow-color: #000000;
	scrollbar-face-color: #BFD1EC;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: #e5e5e5;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: #c6c6c6;
	scrollbar-track-color: #BFD1EC;

	}
body {
	width: 96%;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: #BFD1EC;
	color: #435C8A;

}
input, textarea, select, option, radio {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	}
h1 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #435C8A;
	text-align: center;
	font-weight: normal;
	border-bottom: 0px solid #435C8A;
	font-family: Georgia, Times New Roman, Times, serif;
	letter-spacing: 1px;
}

h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #435C8A;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #435C8A;
	font-family: Georgia, Times New Roman, Times, serif;

}

fieldset {
	border: 1px solid #435C8A;
	width: 96%;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

legend {
	color: #435C8A;
	background: #ffffff;
	border: 1px solid #435C8A;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

label {
	width: 160px;
	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: #435C8A;
	background: #ffffff;
	border: 1px solid #435C8A;
	width: 120px;
	font-weight: bold;
}

.footer {
	clear: both;
	width: 100%;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	border-top: solid 0px #435C8A;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #435C8A;
}

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

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

a:link {
	text-decoration: none;
	color: #8c8c8c;
}

a:visited {
	text-decoration: none;
	color: #8c8c8c;	
}

a:active {
	text-decoration: none;
	color: #8c8c8c;	
}

a:link:hover, a:visited:hover, a:active:hover {
	text-decoration: underline;
	color: #435C8A;	
}

.entry {
	width: 100%;
	border-bottom: dotted 1px #435C8A;
	margin-bottom: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

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

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

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

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


.navigation {
	float: center;
}

