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

body {
	background-color: #0099FF;
}
.dots {
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.BodyTtx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.Headline {
	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #464646;
	font-weight: bolder;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; }
form
{
   margin: 0px
}
.Footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
