body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	background-image: url(../images/myst02.jpg);
	margin: 0px;
	width: 750px;
	height: 80px;
}
h1 span {
	display: none;
}
table {
	margin-bottom: 15px;
}
th {
	text-align: left;
}
a img {
	border: none;
}
#menu_top {
	background-color: #818CAB;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
#menu_top ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu_top li {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
}
#menu_top li a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_top h2 {
	display: inline;
	font-size: small;
	color: #FFFFFF;
}
#menu_left {
	padding-left: 5px;
	width: 150px;
	float: left;
}
#menu_left dl {
	margin-top: 0px;
}
#menu_left dt {
	font-weight: bold;
	text-transform: uppercase;
}
#menu_left dd {
	margin: 0px;
	padding: 0px;
}
#menu_left dd a {
	color: #000000;
	text-decoration: none;
}
#main {
	position: relative;
	top: 0px;
	right: 0px;
	margin-left: 150px;
	padding-right: 5px;
	background-color: #FFFFFF;
}
#main h2, #popup h2 {
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: small;
}
#main h2 span, #popup h2 span {
	font-weight: normal;
	text-transform: none;
	font-size: small;
}
#main a, #popup a {
	color: #000000;
}
#banner_bottom {
	clear: both;
	text-align: center;
	margin-top: 10px;
}
#banner_bottom p {
	margin: 0px;
	font-size: x-small;
}
#banner_bottom p a {
	color: #000000;
}
#banner_bottom p.notes {
	margin-top: 7px;
	color: #CCCCCC;
}
#designnotes {
	border: 1px solid #A8A8A8;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #E8E8E8;
}
#designnotes h2 {
	font-weight: bold;
	font-size: small;
	text-transform: uppercase;
	margin-top: 0px;
	color: #888888;
}
#designnotes p {
	margin-bottom: 0px;
	color: #888888;
}
#designnotes p.initial {
	font-size: x-small;
	margin-top: 0px;
	text-align: right;
}


.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.green {
	color: green;
}
.blue {
	color: blue;
}
.white {
    color: blue;
}
.black {
    color: black;
}
.borderbottomgrey {
	border-bottom-color: grey;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}