html, body {
	margin:0;
	padding:0;
	height: 100%;
}

body {
	background-color: #999999;
	background-image: url("bg_tex.gif");
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color: transparent;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	width:800px;
	height:600px;
	clear:left;
	background-color: transparent;
}

#noFlash {
	width:800px;
	height:600px;
	background-color: #E9F4F7;
	text-align:left;
}

#noFlash_dr {
	width:800px;
	height:600px;
	background-image: url("davidraitt_redir_pg.gif");
	background-color: transparent;
	text-align:left;
	cursor: pointer;
}

#indent40 {
	padding-left:40px;
	padding-top:41px;
}
#indent100 {
	padding-left:100px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }


.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fc2c55;
}

.jmbasictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.dktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}

.dktextbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #999999;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009FED;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #009FED;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #0073B8;
	text-decoration: underline;
}