@charset "utf-8";
/* CSS Document */

body {
	font-family: "Courier New", Courier, monospace;
	background-image: none;
	height: 5%;
	
}
.SubMenu {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #35F43A;
	text-decoration: none;
	top: 16px;
	font-weight: bold;
	height: 29px;
	width: 200px;
}
.SubContainer {
	height: 20px;
	width: 200px;
}

.ListOptions {
	background-image: url(../Images/Clear.gif);
}
.ImageLink {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	outline: 0;
}

.IframeControl {
	scrollbar-base-color: #666;
}

