html {
	scrollbar-face-color: #34B0BD;
	scrollbar-arrow-color: #B8508D;
	scrollbar-track-color: #B8508D;
	scrollbar-shadow-color: '';
	scrollbar-highlight-color: '';
	scrollbar-3dlight-color: '';
	scrollbar-darkshadow-Color: '';
	}
body {
	color: #000000;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration : none;
	margin-left: 15px;
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-right-color:#419B65;
	border-right-style:solid;
	border-right-width:0px;
	border-left-color:#419B65;
	border-left-style:solid;
	border-left-width:0px;
	scrollbar-face-color: #34B0BD;
	scrollbar-arrow-color: #B8508D;
	scrollbar-track-color: #B8508D;
	scrollbar-shadow-color: '';
	scrollbar-highlight-color: '';
	scrollbar-3dlight-color: '';
	scrollbar-darkshadow-Color: '';
	background-color: #FFFFFF;
	background-image: '';
	background-attachment: fixed;
	background-repeat: repeat;

}
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: #000000;
	text-align: center;
	font-weight: bold;
	border-bottom: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-weight: bold;
	border-bottom: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;

}

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

legend {
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	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: #000000;
	background: #ffffff;
	border: 1px solid #000000;
	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: #000000;
	border-top: solid 0px #000000;
}

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

.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: #000000;
}

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

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

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

.entry {
	width: 100%;
	border-bottom: dotted 1px #000000;
	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;
}


