

p {
	font: 11px verdana, arial, sans-serif;
	color: #333333;
}

form {
	margin: 0px;
	display: inline;
}

h1 {	
	font-size: 24px;
	font-weight: normal;
	line-height: 2ex;
	color: #24408E;
}

h2 {	
	font-size: 22px;
	font-weight: normal;
	line-height: 2ex;
	color: #FF9900;
}

h3 {	
	font-size: 18px;
	line-height: 2ex;
	color: #B61300;
}

h4 {	
	font-size: 16px;
	color: #8D9091;
}

h5 {	
	font-size: 14px;
	color: #24408E;
}
h6 {	font-size: 12px;
	color: #FF9900;
}

a:link, a:active, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FF9900;
}	

a:hover {
	text-decoration: underline;
	color: #FF9900;
}	

