h1 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 36px;
    font-style: normal;
    line-height: normal;
    color: black;
    font-weight: bold;
}

h2 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: black;
    font-weight: bold;
}

h3 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    line-height: 15px;
    color: black;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

dt {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 17px;
    font-style: normal;
    line-height: normal;
    color: black;
    font-weight: bold;	
    background-color: #F7F7F7;
}

dd {
    border-style: none;
    border-width: thin;
    border-color: #E5E59E;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    color: black;
    font-weight: normal;	
}


.myBody {
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	background-color: #FFFFFF;
	color: #000000;
	border-style: outset inset inset outset;
	border-width: thin;
	border-color: #FFEBC6;
	margin: 20px;
	max-width: 800px;	
	margin-left: auto;
    margin-right: auto;
	min-height: 600px;
	overflow: auto;
}

.playNice {
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
}

.highlight {
	background-color: #DDEEFF;
	text-align: center;
}

body
{
background-color: #000000;
}

.menuPane {
	/*border-style: none none inset none;*/
	border-style: none;
    border-width: thin;
    border-color: black;   
    text-align: center;
    /*background-image: url('./graphics/menu_bg2.png');*/
}

.titlePane {
		border-style: none;
    border-width: thin;
    border-color: black;   
    min-width: 800px;
    min-height: 29px;
    background-image: url('./graphics/logo.png');
    background-color: black;
    color: white;
    font-size: 16pt;
    font-family: Arial, Helvetica, Sans-Serif;
}

.footerPane {
	border-style: inset none none none;
    border-width: thin;
    border-color: black;   
    background-color:#000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-style: italic;
    text-align: center;
}


A:link {
	text-decoration: none;
	color: #153E7E;
}

A:visited {
	text-decoration: none;
	color: #153E7E;
}

A:active {
	text-decoration: none;
	color: #153E7E;
}

A:hover {
	text-decoration: none; 
	color: #153E7E;
	}


.myCaption {
	text-align: left;
	margin-left: 5px;
    margin-right: 5px;
    margin-top: 1px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    color: black;
    font-weight: bold;	
}

.niceAlign {
  vertical-align: text-top;
	line-height: 48px;
	float: left;
}

.niceAlign2 {
	vertical-align: middle;
	
}

.scrollNice {
	display: block;
	overflow: auto;
	min-height: 600px;
}

.divspot
{
display: none;
}