@charset "utf-8";
/* CSS Document */
html
{
   background-color: white;
}

body
{
	font-family:      'arial';
	font-size:        10pt;
	color: #000000;
	width: 1200px;
}

img
{
   border: 0px;
}

/*
#uber_container
{
   margin:     0 auto;
   width:      780px;
}
*/

.masthead
{
	height:           84px;
}

#header_container
{

	visibility: hidden
	padding: 0px
	margin-top: -70px;
	margin-bottom: -70px;
	margin-top: -70px;
	
/*
	width:            720px;
	padding-top: 70px;
	padding-left: 60px;
*/
}
#content_container
{
/*
	padding-right: 60px;
	padding-left: 55px;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #000000;
	vertical-align: top;


	margin-top: -10px;
*/
}

.standard_image_right
{
   float:         right;
   margin-left:   10px;
   border-width:  2px;
   border-style:  solid;
   border-color:  #D47966; 
   display:       inline;
}



.section:first-line 
{
	font-weight: bold;
/*
   color: #D47966;
*/
}

/*
#apDiv1 {
	position:absolute;
	left:323px;
	top:87px;
	width:176px;
	height:146px;
	z-index:1;
	font-size: 9pt;
}
*/
/*
#apDiv2 {
	position:absolute;
	left:511px;
	top:87px;
	width:93px;
	height:147px;
	z-index:2;
	color: #000000;
	text-align: center;
	font-size: 9pt;
}
*/
/*
#apDiv3 {
	position:absolute;
	left:63px;
	top:215px;
	width:374px;
	height:36px;
	z-index:3;
	vertical-align: top;
}*/
.style1 {color: #000000}
.style3 {
	color: #000000;
	font-size: 20pt;
	font-weight: bold;
}

#sbp_header
{

}
*/

#sbp_header_menu 
{
	visibility: hidden;
/*
   position:      relative;
   left:          480px;
   top:           70px;
   font-family:   arial;
   font-size:     12pt;
   font-weight:   bolder;   
   */

}

#sbp_header_menu a
{
	visibility: hidden;
/*
   font-family:      arial;
   font-size:        8pt;
   color:            blue;
   */
}

#sbp_header_title 
{
	visibility: hidden;
/*
   position:         relative;
   left:             40px;
   top:              70px;
   font-family:      arial;
   font-size:        22pt;
   font-weight:      bolder;
   padding-left:     5px;
*/
}

#footer_body
{
/*
   width:            780px;
   height:           117px;
*/
}

#footer_content 
{
/*
	position:      relative;
	left:          117px;
	top:           25px;

	width: 350px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10px;
	*/
}

#head_table
{
	visibility: hidden;
}

#menu_cell
{
	visibility: hidden;
}

#title_cell
{
	visibility: hidden;
}

.no_print
{
	visibility: hidden;
}
#img_table img
{
	width: 103px;
}


body 
{ 
	width:100%; 
	margin:0;
	padding:0;
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt; 
	font-family: Garamond,"Times New Roman", serif; 
	color: #000; 
	background: none; 
	font-size: 10pt;
}

/*Headings */
h1,h2,h3,h4,h5,h6 
{ font-family: Helvetica, Arial, sans-serif; }
h1{font-size:15pt;}
h2{font-size:12pt;}
h3{font-size:12pt;}
h4,h5,h6{font-size:10pt;}

code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
hr { background-color: #ccc; }

/* Images */
img 
{ 
	float: left; 
	margin: 1em 1.5em 1.5em 0; 
}
a img 
{ 
	border: none; 
}

/* Links */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 
