a {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
body {
	font-size: 16px;
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	margin: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 100%;
}
.navtable {
	background-color: black;
	margin: 0px;
	padding: 0px;
	width: 90px;
}
.navtd {
	background-color: black;
	padding: 0px;
	border: 0px;
	height: auto;
	width: 90px;
}
.navfill {
	background-color: black;
	padding: 0px;
	border: 0px;
	height: 100%;
	width: 90px;
}
.abouttd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #d8d8d8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
	margin: 0px;
}
.classesnav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	background-color: #d8d8d8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.maintitle {
	font-size: 20px;
	font-weight: bolder;
	color: #000000;
}
.title {
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}
.subtitle {
	font-size: 14px;
	color: #000000;
}
.computersbg {
	background-image: url(images/computersbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}
.kingkongbg {
	background-image: url(images/kingkongbg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}
.loreleibg {
	background-image: url(images/loreleibg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
}
.skylinebg {
	background-image: url(images/skylinebg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: scroll;
}
.plainbg {
	height: auto;
	background-color: white;
}
.gradientleft {
	height: 100%;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(buttons/gradientL.gif);
	background-repeat: repeat;
	background-position: right top;	
}
.gradientright {
	height: 100%;
	width: 10px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-image: url(buttons/gradientR.gif);
	background-repeat: repeat;
	background-position: left top;	
}
.justify {
	text-align: justify;
	vertical-align: top;
}
.head1 {
	font-size: 14px;
}
.head2 {
	font-size: 17px;
}
.red {
	color: #da0002;
	font-size: 17px;
}