/* -- sbstyle.css -- */

/* -- BODY STYLES  -- */

body	{
	scrollbar-face-color: #f0f0f0; 
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: #808080; 
	scrollbar-3dlight-color: #e0e0e0;
	scrollbar-darkshadow-color:#e0e0e0; 
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #808080;
	} 

body#wh	{background: #ffffff;}
body#gy	{background: #bfbfbf;}
body#gy2 {background: #f0f0f0;}

/* -- BANNER STYLES  -- */

H4	{
	margin-top:3px;
	margin-bottom:0px;
	background:#ffffff;
	padding:1px 1px 1px 1px;
	text-align:center;
	font-family:"trebuchet ms", tahoma, arial;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	border: solid 1px #ff0000;
	}

.bannernav {
	background:#ff0000;
	font-family:arial;
	font-size:7pt;
	font-weight:normal;
	}

a.bannernav:link {color:#ffffff; text-decoration:none}
a.bannernav:visited {color:#ffffff; text-decoration:none}
a.bannernav:hover {color:#ffffff; border-bottom: dotted 1px}

/* -- PAGE STYLES --*/

H1	{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:1.1em;
	font-weight:bold;
	color:#ff0000;
	border-bottom: solid 2px #ff0000;
	}

H2	{
	margin-top: 13px;
	margin-bottom: 3px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:1.0em;
	font-weight:bold;
	}

H3	{
	margin-top: 10px;
	margin-bottom: 2px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:0.9em;
	font-weight:bold;
	color:#ff0000;
	}

/* -- page 'headers' -- */
H5 {
	margin-top: -5px;
	margin-bottom: 15px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:0.7em;
	font-weight:normal;
	}

/* -- page 'footers' -- */
H6 {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:0.7em;
	font-weight:normal;
	}

/* -- THREE STYLES OF 'STANDARD SIZE' TEXT -- */

P	{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:left;
	font-family:"trebuchet ms", verdana;
	font-size:0.8em;
	line-height:150%;
	}

.center	{
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	font-family:"trebuchet ms", verdana;
	font-size:0.8em;
	line-height:150%;
	}

ul 	{padding-top:0;margin-top:0;} 

ul li 	{
	margin-left:-1.6em;
	list-style:url(bullet.gif);
	text-align:left;
	font-family:"trebuchet ms", verdana;
	font-size:0.8em;
	line-height:150%;
	}

.hly	{background:#ffff99;}

A:link {color:#0000cc;}
A:visited {color:#0066ff;}
A:hover {color:#ff0000;}

/* -- TWO STYLES OF 'SMALL SIZE' TEXT FOR TABLES -- */

.table {
	text-align:left;
	font-family:"trebuchet ms", verdana, arial;
	font-size:0.7em;
	font-weight:normal;
	}

.tablec {
	text-align:center;
	font-family:"trebuchet ms", verdana, arial;
	font-size:0.7em;
	font-weight:normal;
	}

/* -- IMAGE STYLES -- */

img.head {position:relative; left:1px; top:2px; float:right}
img.pdf {position:relative;left:6px;top:3px;}

/* -- NAVIGATION STYLES (Are these still in use??) --*/

table.sidenav {
	width:160px;
	background:#ffffff;
	border: solid 1px #ff0000;
	}

.buttons1 {
	padding:5px 5px 5px 5px;
	background:#bfbfbf;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	line-height:140%;
	}

.buttons2 {
	padding:3px 5px 3px 5px;
	background:#e0e0e0;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	line-height:140%;
	}

A.nav:link {color:#000000; font-weight:normal; text-decoration:none; }
A.nav:visited {color:#000000; font-weight:normal; text-decoration:none}
A.nav:hover {color:#ff0000; font-weight:normal; border-bottom: dotted 1px}
