/* CSS Document */

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0054a6;
}

h2 {
	font-size: 1.0em;
	font-weight: bold;
	color: #0054a6;
}

h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #0054a6;
}

h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	color: #0054a6;
}

ul {
	font-size: 0.8em;
}

a {
	color: #4068b1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

legend {
	font-size: 0.8em;
	color: #000;
}

fieldset {
	width: 300px;
	color: #000;
}

.homeleft {
	float: left;
	margin-right: 20px;
	font-size: 0.8em;

}

.homeright {
	float: right;
	font-size: 0.8em;	
}

.spacer {
	width: 45px;
	float: left;
}

.clear {
	clear: both;
}

.inline {
	dispay: inline;
}

select {
	width: 100%;
	margin: 5px 0 5px 0px;
}

.captcha {
	width: 100px;
}