body {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 10pt;
	/*background-color: #ffffff;*/
	color: #555555;
}

h1 {
	width: 600px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 16pt;
	font-weight: bold;
	color: #555555;
	border-bottom: solid 4px #000000;
}

h2 {
	width: 600px;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 14pt;
	font-weight: bold;
	color: #555555;
	margin-bottom: 8px;
}

fieldset {
	border: solid 1px #666666;
	width: 590px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 15px;
}

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

label {
	width: 125px;
	float: left;
	margin: 6px 0 2px 0;
	vertical-align: top;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	color: #555555;
}

.inputText, .inputTextArea {
	padding: 6px 4px;
	vertical-align: top;
	font-size:14px;
	border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
	color: #555555;
	margin-bottom:10px;
}

.required {
	color:#CC1300;
}

.challengeImage {
	margin: 2px 0 2px 0;
	vertical-align: top;
}

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

input.submit {
	background: none repeat scroll 0 0 #004B8D;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
	margin-left:125px;
}

input.submit:hover {
	background: none repeat scroll 0 0 #222222;
    color: #EEEEEE;
}

.credit {
	width: 600px;
	padding-top: 4px;
	margin-top: 8px;
	border-top: solid 1px #999999;
	clear: both;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #555555;
}

.errorMessage {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight: bold;
	font-size: 10pt;
	color: #555555;
}

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

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

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

#lastEntry, #onlyEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	display: inline;
	font-weight: bold;
}

.entry .field .value {
	float: left;
	width: 494px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
}

.timestamp {
	margin: 0 0 4px 106px;
	padding: 8px 0 0 0;
	clear: both;
}

.navigation {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	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;
	padding-bottom: 4px;
	margin-top: 8px;
}
