html {
  overflow-y: scroll;
}
h1 { color: #333399; font-size: 28-pt; font-face: normal;
	font-family: "Futura Medium", myriad, helvetica, arial, sans-serif }
h2 { color: #333399; font-size: 20-pt; font-face: bold;
	font-family: myriad, helvetica, arial, sans-serif }
h3 { color: #5374e7; font-size: medium; font-face: normal;
	font-family: myriad, helvetica, arial, sans-serif }

link { }
a:link { color: #5374e7; text-decoration: none }
a:visited { color: #333399; text-decoration: none } 
a:hover { color: #e75353; text-decoration: none }
body { font-family: Times New Roman, Verdana, Helvetica, sans-serif;
font-size: 24-pt; text-align: justify;
}
p.nav { color: #5374e7; text-align: center; margin-top: 0px;
	font-family: myriad, helvetica, arial, sans-serif; font-size: 24pt }
p.nav2 { color: #5374e7; text-align: center; margin-top: 10px;
	font-family: myriad, helvetica, arial, sans-serif; font-size: 10pt }
p.date { color: #5374e7; text-align: right }
hr { color: #5374e7 }
td.sched { background-color: #32486d; vertical-align: top; text-align: center;
	font-weight: bold; color: white; width: 15% }
.tiny { font-family: sans-serif; font-size: x-small }
 .tabs ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	.tabs li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    	}
    
	.tabs a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: black;
		width: 8em;
		text-align: center;
		margin-left:0;
        }
	
	.tabs a:hover {
		background: #ddf;
	}
	
	.tabs .selected {
		border: 1px solid black;
		border-bottom-width: 0;
		margin: 0;
		cursor:default;
		border-color:  black;
        }

	.tabs ul a.selected {
		border-color: black;
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	#content {
		border: 1px solid black;
		clear: both;
		padding: 2em 2em;
		min-height: 350px;
		margin: 1px;
	}
