/* CSS Document */

body,html {
	margin:0;
	padding:0;
    height:100%;
	background-image:url(images/bkg.gif);
	background-repeat:repeat-x;
	}
p {
	padding:0px;
	}
a:link {
	color: #ff0101;
	text-decoration:none;
	}
a:visited {
	color: #ff0101;
	text-decoration:none;
	}
a:hover {
	color: #1dafd3;
	text-decoration:none;
	}
a:active {
	color: #ff0101;
	text-decoration:none;
	}
.mail {
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size:12px;
	}
.head {
	font: Georgia, "Times New Roman", Times, serif;
	color:#ff0101;
	font-size:24px;
	font-style:italic;
	}
.text {
	font: Georgia, "Times New Roman", Times, serif;
	color:#147b94;
	font-size:13px;
	}
.statementPix {
	margin:5px 0 5px 0;
	}
