/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000557;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../grfx/bodybg.jpg) top left repeat-x #E0E1EA;
}

h1 {
	font-size: 1.70em;
	padding: 0;
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 {
	font-size: 1.05em;
}

h3  {
	font-size: 0.85em;
	color: #72283F;
}

h4, h5, h6 {
	font-size: 0.8em;
}

.clear {
	clear: both;
}

.hdrtxt {
	display: none;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
}

p {
	font-size: 0.7em;
}

a {
	color: #ff0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.image_left {
	float: left;
}
