@charset "utf-8";
/* CSS Document */

body { font-size: 75%; font-family: Arial, Microsoft Sans Serif, sans-serif; }  /* default percentage for display */

p { font-size:1em; }

/*********** Default Header Styles *************************/

h1, h2, h3, h4, h5, h6 {font-weight:bold;}

h1 {font-size:1.6em;}

h2 {font-size:1.4em;}

h3 {font-size:1.3em;}

h4 {font-size:1.2em;}

h5 {font-size:1em;}

h6 {font-size:.9em;}

h7 {font-size:1.8em; color:#FFFFFF;}
/*********** Default Anchor Styles *************************/

a { text-decoration: underline; }

a, a:visited { color:#0f1784; }

a:active{ color:#3f597f; }

a:focus, a:hover { color:#222; }
