@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	background-color: #E9E9E9;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #993300;
}

.footer {
	background-color:#999999;
	width:100%;
}
	
.form {
	background-image:url(../images/form.png);
	background-repeat:no-repeat;
}

.middle {
	background-image:url(../images/middle.png);
	background-repeat:repeat-y;
}