* {
	margin: 0;
	padding: 0;
}

html>body, html>table {
	font-size: small;
}
* html table{
	font-size: x-small;  /*IE5-WIN*/
	f\ont-size: small;  /*other IE*/
}

body, table{
	font-size: x-small;  /*IE5-WIN*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: small;
	margin:0 auto;
}
body {
	background-color: #000;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin:0;
	padding:0;
	color: #999;
	font-size: 80%;
}


a, a:active, a:visited {
	color: #f90;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
.noFlash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 10px 100px 10px 100px;
} 

.flashCell {
/*
	background-image: url(images/bg_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	*/
	height:622px;
}
#container {
	width:100%;
	text-align: center;
}
#textOnly {
	width:900px;
	margin:1em auto;
	text-align: left;
	color:#fff;
}
#textOnly a {
	font-size: 120%;
	margin-right: 4em;
}
h3 {
	padding: 3px 1em 1px 1em;
	color: #fff;
	background-color: #011230;
	font-size:120%;
}
#textOnly p {
	margin:0.5em 0;
}
h4, .h4 {
	margin:0.5em 0 0.25em 1em;
	font-size:110%;
	font-weight:bold;
}
.techNote {
	font-style:italic;
	font-size:95%;
	font-weight:normal;
}
ul{
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}
ul li{
	margin-left: 1.25em;
}
.siteFooter{
	text-align: center;
}
.siteFooter p{
	margin: 0.5em;
}
.siteFooter img{
	margin: 0 2em;
}

