.bayareadefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bayareabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #84C75A;
}
.bayareaheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #84C75A;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #2F8EBD;
	font-weight: normal;
	margin-right: 5px;
}
.border_sm {
	border: 1px solid #84C75A;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	height: auto;
	font-weight: bold;
	letter-spacing: normal;
	white-space: normal;
	padding: 4px;
	float: none;
}
.searchbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0020A5;
}
.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #2F8EBD;
	font-weight: normal;
	margin-right: 0px;
	line-height: 8pt;
	
}

.submenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFFFFF;
	
}


/*Datatable*/
.datatable {
  border-width:1px 1px 0;
  border-style: solid;
  border-color:#9AA7DE;
  margin-bottom:1em;
  width: 99%;
}

.datatable thead th {
  padding:4px 5px;
  border-bottom:1px solid #686868;
  background-color:#84C75A;
  color:#fff;
  font-weight:bold;
  vertical-align:top;
  text-align: center;
  white-space:nowrap;
}

.datatable td, .datatable tbody th {
  padding:4px 5px;
  border-bottom:1px solid #9AA7DE;
  vertical-align:top;
  text-align: left;
  color:#666;
}

.rowone { background-color:#fff; }
.rowtwo { background-color: #EBEBEB; }

.frontslide { opacity: 0; }

.post { border-bottom: 1px solid #9AA7DE; padding-bottom: 2px; margin-bottom: 10px;}

.fineprint { line-height: 11px; font-size: 10px; letter-spacing: -1px; font-style:italic; }
