body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
body {
	background-color: #005593;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: underline;
}

.mainTable {
	background-color: #000;
}
.stripe {
	background-image: url(images/stripe.gif);
}
.libraryBack {
	background-image: url(images/background_comp.gif);
}
.noborder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
