@charset "utf-8";
/* CSS Document */
body {
	background-image: url(./images/back.jpg);
	background-repeat:repeat-x;
	background-color: #D6EFE3;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:small;
	}
.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
	}
.links a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.links a:hover {
	text-decoration: underline;
	color: #D7E9FD;
}
.links a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.footer{
font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
}
.bottom_footer{
font-family:Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#999999;
	text-align:center;
}
.bottom_footer a:link {
	color: #999999;
	text-decoration: underline;
}
.bottom_footer a:visited {
	text-decoration: underline;
	color: #999999;
}
.bottom_footer a:hover {
	text-decoration: none;
	color: #999999;
}
.bottom_footer a:active {
	text-decoration: underline;
	color: #999999;
}
.but {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #4D65AD;
	color: #D7E9FD;
}
.formbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #4D65AD;
	color: #FFFFFF;
}
table.main
{ 
border: 1px #003356 solid;
border-spacing: 0px;
}

