﻿/* FBC style to support viewing */
/* Background, margins, and base font style for body & tables */
body {
	margin:0px; background-attachment: fixed;
	background-color: #9999CC;
	background-image: url('../../template/images/fbc_bg_repeat.jpg');
	background-repeat: repeat-x;
	
}
body, td {
	font-family: verdana,arial;
	font-size: 13px;
	color: #000000;
}
/* Cursor */
span#cursor {
	cursor: pointer
}
/* Page title font style */
p#title {
	font-family: verdana,arial;
	font-size: 15px;
	font-weight: bold;
	color: #503562;
	text-align: center;
}
span#title {
	font-family: verdana,arial;
	font-size: 15px;
	font-weight: bold;
	color: #503562;
}
/* OLS page titles style */
span#olspagetitle {
	font-family: verdana,arial;
	font-size: 14px;
	font-weight: bold;
	color: #503562;
}
/* Sub-titles font styles for outlining */
span#subtitle {
	font-family: verdana,arial;
	font-size: 14px;
	font-weight: bold;
	color: #503562;
}
span#subtitle2 {
	font-family: verdana,arial;
	font-size: 13px;
	font-weight: bold;
	color: #503562;
}
span#subtitle3 {
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #503562;
}
span#subtitle4 {
	font-family: verdana,arial;
	font-size: 11px;
	font-weight: bold;
	color: #503562;
}
/* Major title font style... not frequently used */
span#bigtitle {
	font-family: verdana,arial;
	font-size: 16px;
	font-weight: bold;
	color: #503562;
}
/* Narrative text font style */
span#narrative {
	font-family: verdana,arial;
	font-size: 13px;
}
/* Left-side menu fonts style */
span#date-menu {
	font-family: verdana,arial;
	font-size: 11px;
	color: #503562;
}
span#address-menu {
	font-family: arial;
	font-size: 10px;
	color: #000000;
}
td#fbc-menu {
	font-family: verdana,arial;
	font-size: 11px;
}
span#fbc-menu {
	font-family: verdana,arial;
	font-size: 11px;
}
span#topic-menu {
	font-family: verdana,arial;
	font-size: 11px;
}
span#flo-menu {
	font-family: verdana,arial;
	font-size: 11px;
	color: #e52562;
}
/* Right-side menu fonts style */
span#right-menu {
	font-family: verdana,arial;
	font-size: 10px;
}
/* Nav bar & page ending fonts style */
span#ols-nav-bar {
	font-family: verdana,arial;
	font-size: 12px;
}
span#nav-bar {
	font-family: verdana,arial;
	font-size: 11px;
}
span#page-end {
	font-family: verdana,arial;
	font-size: 10px;
}
/* Image border */
img {
	border-width: 0;
}
/* List style & padding */
ul {
	list-style-type: square;
}
li {
	padding-top: 1pt;
	padding-bottom: 2pt;
}
/* Link text color */
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #0000CC;
	text-decoration: underline;
}



