@charset "utf-8";
@import url("/css/styles.css");
body {
	color: #333;
	margin: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	min-width: 970px;
	font: 70% "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
h1, h2, h3, h4, h5, h6 {
	color: #434B40;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 5px;
	margin-top: 5px;
}
a,
a:link {
	color: #3974ae;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #3974ae;
}
img {
	border: none;
}
form {
	display: inline;
}
