/* Style sheet for the public web pages of the FBICC site.*/
/* Because of unreliable browser inheritance support, some attributes are duplicated.*/
/* Add more styles as required.*/
body {
	color:#000099;
	font-size:10pt;
	font-weight:bold;
	font-family:MS Sans Serif;
	background-color:#211099;
	background-image: url('images/LinkBG.jpg');
	margin:0px;
	padding:0px
	}
p {
	color:#000099;
	font-size:12pt;
	font-weight:bold;
	font-family:MS Sans Serif;
	text-align:left;
	text-indent:0px
	}
/* Use p.ptitle for centered paragraph headings */
p.ptitle {
	font-size:12pt;
	font-weight:bold;
	font-family:Engravers MT;
	text-align:center
	}
/* Use h1 for page titles */
h1 {
	color:#000099;
	font-size:18pt;
	/*font-size:24pt;*/
	font-weight:bold;
	font-family:Engravers MT;
	text-align: center
	}   
ul {
	color:#000099;
	font-size:12pt;
	font-weight:bold;
	font-family:MS Sans Serif;
	list-style-type:square
	}
li	{
	margin:15px
	}
/*Special styles*/
.footnote {
	color:#000099;
	font-size:8pt;
	font-weight:normal;
	text-align:center
	}
.hrlinestyle {
	color:#0033CC;
	background-image: url('images/LinkBG.jpg');
	height=3px
	}
.linkbuttonup {
	width:125px;
	line-height:20px;
	text-align:center;
	background-color:#4466EC;
	border:4px outset #FFFFFF
	}
.linkbuttondown {
	width:130px;
	line-height:20px;
	text-align:center;
	background-color:#4466EC;
	border:4px inset #FFFFFF
	}
/* Use the following to create text buttons*/
.textbuttonup {  
	line-height:20px;
	text-align:center;
	border:4px outset #FFFFFF
	}
.textbuttondown {
	line-height:20px;
	text-align:center;
	border:4px inset #FFFFFF
	}
/* Use the following in <span> tags to control text links */
.textlinkup {
	color:#4466EC
	}
.textlinkdown {
	color:#000099
	}
/*Anchor styles*/
/*Since Netscape 4.7 ignores classes for the <a> tag only page links are defined here.*/
/*The format of text links must be defined on the individual pages.*/
a {text-decoration: none;
	font-size:10pt;
	font-family:Times New Romanserif;
	font-weight:bold;
	cursor: hand
	}
a:link.textlink {
	color:#4466EC
	}
a:visited.textlink {
	color:#4466EC
	}
a:hover.textlink {
	color:#000099
	}
a:active.textlink {
	color:#4466EC
	}	
a:link {color:#FFFFFF}
a:visited {color:#FFFFFF}
a:hover {color:#B9D5FD}
a:active {color:#FFFFFF}
