@CHARSET "UTF-8";

.errors {
	color: red;
	text-align: right;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0671AD;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0671AD;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0671AD;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0671AD;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0671AD;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a {
	color: #0671AD;
	text-decoration: none;
}

a:active {
	color: #0671AD;
	text-decoration: none;
}

a:link {
	color: #0671AD;
	text-decoration: none;
}

a:visited {
	color: #0671AD;
	text-decoration: none;
}

a:hover {
	color: #0671AD;
	text-decoration: none;
}

.formLabel {
	text-align: right;
}

.formData {
	text-align: left;
}

.formDataPreview {
	font-weight: bold;
}

form#command .result {
	background-color: #F9E4A2;
    border: 1px solid #D5AA35;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 81px;
}

