body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6666FF;
}
.header {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100px; 
	z-index:1;
}
.menu {
	position:absolute; 
	left:0px; 
	top:101px; 
	width:175px; 
	height:auto; 
	z-index:1;
}
.main {
	position:absolute; 
	left:176px; 
	top:101px; 
	width:auto; 
	height:auto; 
	z-index:1;
	display:none;
	visibility:invisible;
}
pre {
    text-align:left;
}
h2 {
	font-size: 24px;
	font-variant: small-caps;
	color: #999999;
	text-align: center;
}
caption {
	font-size: 22px;
	font-variant: small-caps;
	color: #999999;
	text-align: center;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.sw1 {
	color: #CCCCCC;
	font-style: italic;
}
.sw2 {

	color: #66CCFF;
	font-style: italic;
}
.menusection {
	position: relative; 
	width: 100%; 
	z-index:2;
}
.menuitem {
	position: relative; 
	left: 10px;
	z-index: 3;
	display: none;
}.itemdesc {
	font-style: italic;
	text-indent: 10px;
	text-align: center;

}
.sw3 {


	color: #FF0000;
	font-style: italic;
}
.sf {
	font-size: 14px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-variant: small-caps;
	color: #0033FF;
}
.eqdb {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
th {
	font-weight: bolder;
	color: #000000;
	background-color: Silver;
}
.bg {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/sk2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

