body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FDF3C8;
	line-height: 13pt;
	margin: 15px 10px 10px;
	padding: 0px;
}
.cell-spacing {
	margin-bottom: 6px;
	padding-bottom: 6px;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #258A78;
	text-transform: uppercase;
}
a.menu:link {

	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 9pt;
	text-transform: uppercase;
}
a.menu:visited {
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	display: block;
	font-size: 9pt;
	text-transform: uppercase;
}
a.menu:hover {
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	background-color: #299C88;
	display: block;
	font-size: 9pt;
	text-transform: uppercase;
}
a.menu:active {
	font-weight: bold;
	color: #FFFFFF;
	margin: 2px;
	padding: 5px;
	text-decoration: none;
	background-color: #299C88;
	display: block;
	font-size: 9pt;
	text-transform: uppercase;
}
a.submenu:link {
	font-weight: bold;
	color: #FEF5C2;
	margin: 0px;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
}
a.submenu:visited {
	font-weight: bold;
	color: #FEF5C2;
	margin: 0px;
	padding: 2px 5px;
	text-decoration: none;
	display: block;
}
a.submenu:hover {
	font-weight: bold;
	color: #FEF5C2;
	margin: 0px;
	padding: 2px 5px;
	text-decoration: none;
	display: block;
	background-color: #299C88;
}
a.submenu:active {
	font-weight: bold;
	color: #FEF5C2;
	margin: 0px;
	padding: 2px 5px;
	text-decoration: none;
	display: block;
	background-color: #299C88;
}
.content-padding {
	padding: 25px;
	background-image: url(images/bgrnd-content.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.gold-border {
	border: 1px solid #F7D124;
}


.gold {
	color: #F7D124;
}

.menu-cells {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #BF9060;
}
ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 2em;
	list-style-image: url(images/bullet.gif);
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #805933;
}

.agenda-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #258A78;
}
h3 {
	font-style: italic;
	font-weight: bold;
	color: #5A675F;
	font-size: 9pt;
}
.callout {
	background-color: #FBF9F7;
	padding: 5px;
	border: 1px solid #89B8DA;
	margin: 0px 0px 20px 20px;
	float: right;
	width: 275px;
}
.bgrnd-yellow {
	background-color: #FEFAE7;
	padding: 2px;
}
.content-padding2 {
	padding: 25px;
	background-color: #FFFFFF;
}
.black {
	color: #000000;
}
