@import url("/css/styles.css");
@import url("/css/ie.css");
body {
	color: #1F1E1E;
	margin: 5px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	min-width: 970px;
	font: 70% Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #1F1E1E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a,
a:link {
	color: #05294E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #06335F;
}
img {
	border: none;
}
form {
	display: inline;
}
