@CHARSET "UTF-8";

* {
	font-family:Sans-Serif, Arial, Verdana, "Trebuchet MS";
	font-size:12px;
	color:black;
}

body {
	background-color:white;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	text-align:center;
}

a:link {
	color: #0471B7;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #0471B7;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: green;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
}

H1.titleHeader { 
	font-size: 22px;
	color: #2faf2c;
	text-align: center;
	padding-top: 15px;
}

H2.titleHeader { 
	font-size: 18px;
	color: #2faf2c;
	text-align: center;
}

.titleHeader {
	font-size: 22px;
	color: #2faf2c;
	font-weight:bold;
	font-size:x-large;
	text-align:center;
}

LABEL.defaultLabel {
	font-weight: bold;
}
	
LABEL.errorLabel {
	color:red;
	font-style:italic;
	font-weight: bold;
}

LEGEND {
	font-weight:bold;
	color: #2faf2c;
}

LEGEND LABEL.defaultLabel {
	font-weight: bold;
	color: #2faf2c;
}

FIELDSET {
	border:solid 1px #191970;
	padding:5px;
}

TD.columnHeader {
	font-weight:bold;
	border:outset 1px threedface;
	background-color:lightgrey;
	padding-left:5px;	
}

.contact { 
	font-size: 10px;
	margin-left:5px;
}

.copyright {
	font-size: 10px;
	color: Black;
	width: 100%;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

.disabledComponent {
	background-color:#e6e6fa;
	border: inset 1px;	
}

.errorMessage {
	font-size:14px;
	font-weight: bold;
	text-align: left;
	color: red;
}

.importantMessage {
	background-color:red;
	border:solid 1px black;
	font-weight:bold;
	padding:3px;
}

.myButton {
	color:white;
	font-weight:bold;
	background-color:#0471B7;
	width:90;
}

.buttonToolbar {
	text-align:center;
}

.titleBar {
	color:white;
	font-weight:bold;
	background-color:#0471B7;
	padding-left:5px;
}
