.TextMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: 400;
	color: #000000;
	background-image: none;
	background-repeat: no-repeat;

}
body {
	background-image: url(Images/background.gif);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: repeat-y;


}
.TextTiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;

}
