﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	background: white url('../images/backgroundpaper.jpg') repeat;
	color: #333333;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a {
	color: #6600CC;
	text-decoration: underline;
}
a:hover {
	color: #CC99FF;
	text-decoration: none;
}
a:active {
	color: #CC99FF;
	text-decoration: none;
}
.calendar {
	background-color: #006633;
	color: #ffffff;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.letter {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#trailsprite1 {
	position: absolute;
	z-index: 100;
	top: 1px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: visible;
}
#trailsprite2 {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: visible;
}
#trailsprite3 {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: visible;
}
#trailsprite4 {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: visible;
}
#trailsprite5 {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: relative;
}
#trailsprite6 {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	visibility: visible;
}
/* Formatting */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.top {
	vertical-align: top;
}