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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223f52;
}
body {
	background-color: #abd6fc;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ec7774;
}
a:visited {
	color: #8d4344;
}
a:hover {
	color: #8d4344;
}
a:active {
	color: #ec7774;
}
input, textarea {
	background-color:#9acefa;
	border: 0px;
	text-align:left;
	}


