a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;

}
a:visited {
	text-decoration: none;

}

body {
	background-color: #FFFFFF;
	background-image: url(pix/line.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F0F0F0;
	background-repeat: repeat-x;
	color: #666666;
}