body {
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-color: #E2E9EF;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 140%;
}
.border {
	border: thin solid #FFFFFF;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

