a:link {color: yellow; font-family:arial;font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;}
a:visited {color: yellow; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;}
a:hover {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;}
a:active {color: silver; font-family:arial; font-size:1em;font-weight:bold;font-style:italic;text-decoration: none;} 
.header{text-align: center;margin-left: auto; margin-right: auto} 
.center{text-align: center;margin-left: auto; margin-right: auto} 

a.button:link  
{ 
font-size:13px;
padding:0px 15px 0px 2px;

 color:white; 
} 


a.button:visited  
{ 
font-size:13px; 
padding:0px 15px 0px 2px;

 
  color:white; 
} 

a.button:active  
{ 
font-size:13px; 
padding:0px 15px 0px 2px;

 

  color:silver; 
} 


a img {border: none; } 
body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #1D72C3;
	color: #ffffff;
}

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

h2 {
	width: 580px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: yellow;
	border-bottom: solid 2px #ffffff;
}

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

legend {
	color: #ffffff;
	background:  #1D72C3;
	border: 1px outset #cococo;
	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: #ffffff;
	background:  #1D72C3;
	border: 2px outset #cococo;
	width: 120px;
}

.footer {
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	border-top: solid 2px #710595;
}

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

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



.entry {
	width: 580px;
	border-bottom: solid 2px silver;
	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: 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;
}


