@charset "UTF-8";
body  {
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0;
	background-color: #D0D9CA;
	background-image: url(../images/gui/trafficlight01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;

}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
}
h2 {
	padding: 0px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 1.5em;
	margin-left: 5px;
}
h3 {
	padding: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	text-align: center;
	font-style: italic;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	text-align: right;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #86ADF4;
	font-size: 30px;
	color: #86ADF4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
form {
	margin: 0px;
	padding: 0px;
}
.clearimage {
	clear: both;
}
