.officerHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: none;
	background-color: #FC9;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #006;
	color: #666;
	font-style: normal;
	font-weight: normal;
}
.officerTitle {
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.officerName {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}
.activityName {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 2em;
}

.backTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
/*Activities calendar/*
/* Outer div */
div.datetime {
border:1px solid #000;
width:5.0em;
}

div.datetime p {
margin:0 auto;
padding:0;
text-align:center;
font-size:x-small;
}

div.datetime .top {
color:#fefefe;
background-color:#2f4765;
}

div.datetime .top p {
font:bold x-small/100% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
letter-spacing:0.12em;
text-transform:uppercase;
}

/* day of the month (NUMBER) */
div.datetime p.day {
font:bold 1.5em/98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif;
letter-spacing:0.13em;
}

/* month */
div.datetime p.mon {
font:x-small/135% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:normal;
text-transform:uppercase;
}

/* year */
div.datetime p.yr {
font:x-small/110% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:0.05em;
}
.futuritylinks {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333;
	border-bottom-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.futuritylinks a {
	color: #06F;
	text-decoration: underline;
}
.futuritylinks a:visited {
	color: #06F;
	text-decoration: underline;
}
.futuritylinks a:active {
	color: #FC9;
	text-decoration: underline;
}
.futuritylinks a:hover {
	color: #06F;
	text-decoration: none;
}

