@import url("header.css");
a:link {
	color: #FF9900;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}
form {
	margin: 0;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .35em;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 2px 2px 2px 0px;
}
h3 {
	font-size: 14px;
	letter-spacing: .3em;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .3em;
	margin-top: 30px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
h6 {
	font-size: 9px;
	font-weight: normal;
}

