@charset "UTF-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #cccc99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1{
	font-size:16px;
	font-weight:400;
	color:#09f;
}
h2{
	font-size:15px;
	font-weight:400;
	color:#909;
}
h3{
	font-size:14px;
	font-weight:400;
	color:#fff;
}
h4{
	font-size:11px;
	font-weight:400;
	color:#ccc;
	font-style: italic;
}
.oneColElsCtr #container {
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.website{
	color:#666633;
	font-weight:400;
	text-decoration:underline;
}
.website:hover{
	color:#ffffcc;
	font-weight:400;
	text-decoration:underline;
}
* {
font-family:arial;
font-size:10pt;
}
div#show3 {
background-color:#cccc99;
width:140px;
margin:0 auto;
border:1px solid #cccc99;
}
div#show3 table td, div#show4 table td {
height:24px;
background-image:url('38.gif');
}
div#show4 table td {
background-image:url('40.gif');
}
div#show3 table input,  div#show4 table input {
outline-style:none;
}