@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/outsideBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.boxBackground {
	background-image: url(images/sideBox_background.jpg);
	background-repeat: repeat-x;
}

.whiteBorder {
	border: 1px solid #FFFFFF;
}
.boxHeader {
	background-image: url(images/topHeader_background.jpg);
	background-repeat: repeat-x;
}

.topNavigation {
	background-image: url(images/topHeader_background.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.txtbox_small {font-family:verdana, Tahoma; font-size:11px; color:#666666}
.recordtitle {font-family:Verdana; font-size:10px; color:#FFFFFF}
.title {font-family:Verdana; font-size:12px; color:#FFFFFF}
.button {font-family: Verdana; font-size: 8pt; color: #FFFFFF; border: 1px solid #333333; background-color: #808080; cursor:hand}