
body {
	margin: 0;
	padding: 0;
	background-color: #0000FF;
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.bodytext {
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	color: #333333;
}
.bigtitletext {
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	color: #000000;
	font-size: 167%;
	font-weight: bold;
}
.titletext {
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}
.backgroundleft {
	background-image:   url(../images/WindowLeft.png);
	background-repeat: repeat-x;
}
.backgroundright {
	background-image:   url(../images/WindowRight.png);
	background-repeat: repeat-x;
}
.backgroundbottom {
	background-image:   url(../images/WindowBottom.png);
	background-repeat: repeat-x;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #9999CC;
	text-decoration: none;
}
.bodytextRev {
	color: #FFFFFF;
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;

}
.imagelink {
	background-color: #CCCCCC;
	display: table-cell;
	filter: Gray;
	border: thick #999999;

}
.textbox {
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	color: #333333;
	overflow: scroll;
	position: absolute;
	height: 410px;
	width: 380px;
	left: auto;
	top: 174px;
	visibility: visible;
	font-weight: bold;



}
