@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);	background-repeat:repeat;
background-attachment:fixed;
	background-position: center top;
	background-color:#e8e8e8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, sans-serif;
	font-size:15px;
	line-height:21px;
}

input, textarea {
	border:none;
	padding: 5px 5px 5px 5px;
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:14px;
	vertical-align:middle;
	color:#013264;
}

a:link {
	color:#003366;
	text-decoration:none;
}
a:visited {
	color:#003366;
	text-decoration:none;
}

a:hover {
	color:#8C6900;
	text-decoration:underline;
}

a:active {
	color:#8C6900;
	text-decoration:none;
}


