@import url("/css/styles.css");
@import url("/css/ie.css");
body {
	color: #333366;
	margin: 6px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	min-width: 720px;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #333366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
a:link,
a:visited {
	color: #6666CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC00FF;
}
img {
	border: none;
	background: #FFFFFF;
}
form {
	display: inline;
}
