/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'MuseoSans100';
    src: url('MuseoSans_100-webfont.eot');
    src: url('MuseoSans_100-webfont.eot?#iefix') format('embedded-opentype'),
         url('MuseoSans_100-webfont.woff') format('woff'),
         url('MuseoSans_100-webfont.ttf') format('truetype'),
         url('MuseoSans_100-webfont.svg#MuseoSans100') format('svg');
    font-weight: normal;
    font-style: normal;

}

p { 
  font-family: 'MuseoSans100', Helvetica, sans-serif; 
  font-size: 15pt;
  font-weight:normal;
  color: #000000;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'MuseoSans100', Helvetica, sans-serif;
}

a:link 
{
color: #0000aa;
text-decoration: none;
font-family: 'MuseoSans300', Helvetica, sans-serif;
}


a:visited 
{
color: #080888;
text-decoration: none;
font-family: 'MuseoSans300', Helvetica, sans-serif;
}

body
{


background-color: rgb:(255,255,255);

}
