/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
 color: #000;
 font:13px/1.25em Verdana, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding:0px;margin:0px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
/* bold blue */
h1 {font-size:25px; line-height:1em; margin-bottom: 16px; color:#0768B5;}

.bcContainer h1.bc, h1.bc {color:#fff;padding:10px 0px 0px 10px;margin-bottom:0px;}
h1.gray {color:#333;}



p.notopmargin {margin-bottom:12px;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.tagline {color:#0768B5;display:block;margin-top:35px;}/* top blue text*/
p.subtitle {font-size:12px;color:#333;display:block;margin:9px 0px;font-weight:bold;}/*indented gray  */
p.subtitle a {margin:0px 10px;}

/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }



/*____________________________________________________________
Links
____________________________________________________________*/
a {
	color:#0663AE;
	text-decoration: underline;
}
a:visited{
	color:#0663AE;
	text-decoration: underline;
}
a:hover{
	text-decoration:none;
}
a:active{color:#0663AE;
	text-decoration: underline;

}
