body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
table.layout {
	width: 100%;
	background-color: #cccccc;
	padding: 0;
}
td.header_image {
	background-color: #ffffff;
	width: 110px;
}
table.logo {
	width: 100%;
	border: 2px outset #000099;
}
.header1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #000099;
}
.header2 {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #000099;
}
a.header:link {
	text-decoration: none;
	color: #000099;
}
a.header:visited {
	text-decoration: none;
	color: #000099;
}
a.header:hover {
	text-decoration: none;
	color: #000099;
}
a.header:active {
	text-decoration: none;
	color: #000099;
}
td.navbarcell {
	background: #000099;
	padding: 3px;
}
td.navbarspacer {
	background: #cccccc;
	padding: 0px;
}
a.navbarlink {
	background: #000099;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
td.hilightcell {
	background: #999999;
	padding: 3px;
}
a.hilightlink {
	background: #999999;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4 {
	text-align: center;
}
td.content {
	background-color: #ffffff;
	vertical-align: top;
	width: 100%
}
table.presentation {
	width: 100%;
	border: none;
}
p {
	margin-left: 30px;
}
tr.evenrow {
	background-color : #eeeeee;
}
th {
	background-color: #000099;
	color: white;
	text-align: left;
}
.errortext {
	color: blue;
	font-weight: bold;
}
.greeting {
	font-weight: bold;
}
.hinttext {
	font-size: 75%;
}
.searchterm {
	font-weight: bold;
	color: Blue;
	background: #cccccc;
}
.summarytopic {
	font-size: small;
	color: blue;
}
.summarytopicsearchterm {
	font-weight: bold;
	font-size: small;
	color: Blue;
	background: #cccccc;
}
.navbartext {
	background: #000099;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a.calendarcell:link {
	color:#000000; 
	text-decoration:none;
}
a.calendarcell:active {
	color: #000000;
	text-decoration: none;
}
a.calendarcell:visited {
	color: #000000;
	text-decoration: none;
}
a.calendarcell:hover {
	color: Blue;
	text-decoration: none;
}
#calendartable {
	background-color: White;
}
dt {
	font-weight: bold;
}
.subtopic {
	background-color: #cccccc;
	margin-left: 30px;
	text-align: left;
	font-weight: bold;
}
ul.offset {
	margin-left: 50px;
}
ol.offset {
	margin-left: 50px;
}
.example {
	border-style: solid;
	border-color: #000099;
	border-width: 1px;
	background-color: #cccccc;
	margin-left: 150px;
	margin-right: 150px; 
	font-family: courier, times, serif;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.keyword {
	color: #000099;
	font-weight: bold;
}
.formlabel {
	font-size: 75%;
	font-weight: bold;
	margin-left: 10px;
}
fieldset {
	background: #eeeeee;
}
fieldset legend {
	color: blue;
	background: silver;
}