@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Myriad Pro", sans-serif;
	background-color: #ffffff;
	line-height: normal;
	color: #003e7e;
}
     
a:link { color: #003e7e;
         text-decoration: none; }
     
a:visited { color: #003e7e; 
         text-decoration: none; }
   
a:hover {
	color: #003e7e;
	text-decoration: none;
}
		 
		 
a.underline:link { color: #ffffff;
			font-family:Garamond, "Adobe Garamond Pro", serif;
         text-decoration: none; }
     
a.underline:visited { color: #ffffff; 
font-family:Garamond, "Adobe Garamond Pro", serif;
         text-decoration: none; }
   
a.underline:hover {color: #ffffff;
font-family:Garamond, "Adobe Garamond Pro", serif;
         text-decoration: underline; }
		 
a.email:link { color: #003e7e;
         text-decoration: none; }
     
a.email:visited { color: #003e7e; 
         text-decoration: none; }
   
a.email:hover {color: #003e7e;
         text-decoration: underline; }


h1 { font-family: Garamond, "Adobe Garamond Pro", serif;
     font-size: 18pt;
	 font-weight:lighter;
     font-style: none;
	 margin-top:1em;
	 vertical-align:middle;
     color: #ffffff; }
     
     
h2 { margin-top: .5em;
     margin-bottom: 0;
     margin-left: 20px;
     font-family: "serif";
     font-size: 18pt;  
     font-style: italic; 
     color: #993333; }
	 


h3 {font-family:"Myriad Pro", sans-serif;
	color:#003e7e;
	font-size:14px;
	margin-bottom:-.5em; }

          
    
td { vertical-align: top; }

     
p {
	font-size: 10pt;
	text-indent: 0;
	color: #003e7e;
	font-weight: lighter;
	margin-top:.75em;
}
    
p.flush {
	font-size: 10pt;
	text-indent: 0;
	color: #003e7e;
	font-weight: lighter;
	margin-bottom:-.5em;
}
    
p.footer {
	font-size: 7pt;
	color: #003e7e;
}
    
p.kicker { font-size: 12pt;
    font-family: Garamond, "Adobe Garamond Pro", serif;
    color: #003e7e; 
	text-indent: 0; 
    margin-top: .75em; }
	
	
p.kicker2 { font-size: 12pt;
    font-family: Garamond, "Adobe Garamond Pro", serif;
    color: #003e7e; 
	text-indent: 0; 
    margin-top: 0em; }
	

    
ul { list-style-type: disc; 
	 list-style-position: outside; 
     color: #003e7e; 
     font-family: "Myriad Pro", sans-serif;
     margin-top: .5em; }

ul.list { list-style-type: disc; 
	 list-style-position: outside; 
     color: #003e7e; 
     font-family: "Myriad Pro", sans-serif;
     margin-top:0em; }

ol { list-style-type: 1;
     color: #003e7e; 
     font-family: "Myriad Pro", sans-serif;
     margin-top: .5em;}

li { margin-left: 0;
     font-size: 10pt; }

li.menu { margin-left: 0px;
          list-style-position: inside;
          font-size: 9pt; }

span.current { color: #ffffff; 
				background-color: #000000; 
				font-weight: bold; }
span.smallcaps  {
	font-variant: small-caps;
}

