@charset "utf-8";
/*formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #03044f;
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-align: left;
	margin:auto;
}
hr {
	display: none;
}
/*link styles
----------------------------*/
a img {
	border-style: none;
}a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/*basic layout
----------------------------*/#wrapper {
	width: 770px;
	margin: 0px auto;
}
#footer {
	padding: 15px;
	clear: both;
}
