body {
 margin: 0px 0px 0px 0px;
 font-family : Georgia, 'Times New Roman', Serif;
 text-align: left;
 background-color: white;
  color: #003;
 }

h1{ background : #003; color : white; text-align: left; font-size: 250%; font-weight: normal; margin: 0px 0px 0px 10px; }
h2{ background : #003; color : white; text-align: left; font-size: 90%; font-weight: normal; margin: 0px 0px 0px 10px; padding: 0px 0px 20px 0px; }
h3{ background : white; color : black; text-align: left; font-size: 95%; font-weight: bold; margin: 0px 0px 0px 0px; padding: 1px 0px 5px 0px; border-top: 1px solid #777;}
a { color: blue; text-decoration: underline; }
a:hover { color: red; text-decoration: none; background-color: #ff6;}
table {background-color: #9cf; }
th { background-color: #003; color: white; padding: 3px}
td {font-size: 9pt; border: 1px solid white; padding: 2px; vertical-align: top; }
li { font-size: 10pt }
.banner {background-color: #003; width: 100%}
.stdompic {position: absolute; margin: 0px 0px 0px 0px; float: left; clear: right; }
.quote { color: #777; font-size:75%;}
.bold {font-weight: bold; font-size: 100%; border-top: 1px solid #777; }
.small {font-size: 10pt; margin: 0px 0px 20px 0px; }
.schedule {font-size: 10pt; margin:50px 0px 20px 0px; }
/* .footer {position: absolute; clear: both; background-color: #9cf; width: 100%; font-size: 70%; text-align: right; margin: auto; } */
/*  border : 1px solid #000; */

#cssbuttons {
	width: 130px;
	text-align: left;
	font-size: 10pt;
	/* background-color: #777; */
}
#cssbuttons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#cssbuttons li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;
	font-family: Georgia, 'Times New Roman', Serif; /*Arial, Helvetica, sans-serif  */
}
#cssbuttons li a {
	color: #000;
	background-color: #f90;
	border: 1px outset #000;
	width: 130px;
	text-decoration: none;
	display: block;
}
#cssbuttons li a:hover {
	color: #000;
	background-color: #fc6;
	border: 1px inset #fff;
}
