.Scrolled {
	height : 400px;
	top: 150px;
	width : 600px;
	position : absolute;
	}
.Static {
	background-repeat : no-repeat;
	background-attachment : fixed;
	}
.title {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #FFFF40;
	font-size: 200%;
	font-weight: bold;
	font-variant : small-caps;
	text-shadow : Silver;
	text-align : center;
}
.CompanyName {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #FFFF40;
	font-size: 190%;
	font-weight: bold;
	font-variant : small-caps;
	text-shadow : Silver;
	text-align : center;
}
.Subject {
	font-size: 90%;
}
.NavLink {
	text-shadow : Teal;
	color : #6699FF;
	text-decoration : none;
	font-size: 90%;
	font-weight : bold;
	font-family : "Comic Sans MS", cursive;
}
.navlinkblock {
	text-shadow : Teal;
	color : #FFFF40;
	text-decoration : none;
	font-size: 90%;
	font-weight : bold;
	margin-left : 0;
	margin-right : 0;
	font-family : "Comic Sans MS", cursive;
}
A:visited.NavLink {
	text-shadow : Fuchsia;
	text-decoration : none;
	font-weight : bold;
	color : #DCDCDC;
}
A:hover.NavLink {
	text-decoration : none;
	background-color : transparent;
	text-shadow : Teal;
	color : #FFFF40;
}

.NavCurrentPage {
	color : #202020;
	text-decoration : none;
	text-shadow : White;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
	font-family : "Comic Sans MS", cursive;
	}
.NavIndex {
	color : Black;
	text-decoration : none;
	text-shadow : Teal;
	text-decoration : none;
	font-weight : bold;
	font-family : cursive;
	font-size: 18pt;
	font-weight: bold;
	font-variant : small-caps;
	text-align : center;
	}
.NavTD {
	border-right : medium groove Green;
	padding-right : .5em;
	}
UL.NavLink {
	margin-left : 0;
	padding-left : 0;
	list-style-type : disc;
	list-style-position : inside;
	}
