body {
	background-image: url(images/pattern04.jpg);
	background-repeat: repeat;
	background-color: #323232;
}
.windowText {
	color: #000000;
	font-family: Arial;
	font-size: 10px;
}
.picText {
	font-size: xx-small;
	font-weight: bold;
	color: #333333;
}
.bottomText {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
a {
	font-size: 10px;
	color: #FFFFFF;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
.currentPage {color: #FF0000}
.picTextSelected {
	font-size: xx-small;
	font-weight: bold;
	color: #FF0000;
}

