/**  Colors Used in brochure

dark blue Pantone 5395U                  #1D354F
grey/khaki Pantone 451U                  #C0BB97
red Pantone 469U                         #865C0E
green/moss Pantone 581U                  #817E1A

tan (tables)                             #D5CFB6

New B&B branded colors July 2008
Dark Grey				#666666
Brown					#533A1C
Ochre					#FF7200
Light Grey				#DFDDD8
Warm Grey				#ADA69E
**/


body
{
  color: #1D354F;
  background-color: white;
  font-family: sans-serif;
  font-size: 10pt;
}


.normal
{
  color: #666666;
  background-color: white;
  font-family: sans-serif;
  font-size: 10pt;
}

.large
{
  color: #533A1C;
  font-family: sans-serif;
  font-size: 14pt;
}

.small
{
  color: #1D354F;
  font-family: sans-serif;
  font-size: 8pt;
}

.verysmall
{
  color: #ADA693;
  font-family: sans-serif;
  font-size: 7pt;
}

.largetan
{
  color: #C0BB97;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

.largegrey
{
  color: #666666;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

.largered
{
  color: #533A1C;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

.largeblue
{
  color: #1D354F;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

.largewhite
{
  color: white;
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

.smalltan
{
  color: #C0BB97;
  font-family: sans-serif;
  font-size: 10pt;
}

.smallred
{
  color: #603311;
  font-family: sans-serif;
  font-size: 10pt;
}

.smallblue
{
  color: #1D354F;
  font-family: sans-serif;
  font-size: 10pt;
}

.smallwhite
{
  color: white;
  font-family: sans-serif;
  font-size: 8pt;
  font-weight: normal;
}

.sidebarhead
{
  color: #FF7200;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.sidebar
{
  color: #533A1C;
  background-color: #DFDDD8;
  font-family: sans-serif;
  font-size: 8pt;
}


.bluebox
{
  color: white;
  background-color: #1D354F;
  font-family: sans-serif;
  font-size: 8pt;
}

.contacthead
{
  color: #533A1C;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

.button
{
  color: white;
  background-color: #1D354F;
  font-family: sans-serif;
  font-size: 8pt;
}


/**  MENU  **/
.menutable
{
  font-family: sans-serif;
  background-color: #533A1C;  
}

.menutd
{
  font-size: 8pt;
  text-indent: 2px;
  height: 22px;
  font-family: sans-serif;
}

.menua
{
  color: #ADA69E;
  text-decoration: none;
  font-weight: bold;
}

.menua:hover
{
  color: white;
  text-decoration: none;
}

.menuaselected
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.menuaselected:hover
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/**  END MENU  **/



/** FACT TABLES **/
.tabletitle
{
  color: #666666;
  background-color: white;
  font-family: sans-serif;
  font-size: 10pt;
  font-weight: bold;
}


.facttableheader
{
  color: white;
  background-color: #533A1C;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 8pt;
}

.assettitle
{
  color: #1D354F;
  background-color: white;
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
}
.assetsubtitle
{
  color: #ADA693;
  background-color: white;
  font-family: sans-serif;
  font-size: 10pt;
}

.facttablerow
{
  color: #666666;
  background-color: #DFDDD8;
  font-family: sans-serif;
  font-size: 8pt;
}

.assettableheader
{
  color: white;
  background-color: #533A1C;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 10pt;
}

.assettablerow
{
  color: #666666;
  background-color: #DFDDD8;
  font-family: sans-serif;
  font-size: 10pt;
}

.notetext
{
  color: #1D354F;
  font-family: sans-serif;
  font-size: 8pt;
  font-style: italic;
}

/** END FACT TABLES **/

.footer
{
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 8pt;
  background-color: #ADA69E;
}

.footerlink
{
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 8pt;
}

.footerlink:hover
{
  color: white;
  font-family: sans-serif;
  font-size: 8pt;
  text-decoration: underline;
}

ul
{
  list-style-type: square;
  margin-top: 5px;
  margin-bottom: 10px;
}

li
{
  list-style-position: outside;
  margin-top: 5px;
  margin-bottom: 5px;
}
