/* import Rich Content specific styles */
@import url('rc.css');

/* baseline override styles */
@import url('baseline.css');


/* import module specific styles */
/* @import "modules.css"; */



/* Common styles for the site */

body {
  font-family:verdana;
  background-color:#FFFFFF;
  /*   font-size:62.5%; */
  /* AT : using margin for testing toolbar */
  /* margin:2em; */
}
body, p, ul, ol, td { font-size: 83%;}

ul ul, ul ol, td ul, td ol, td p, p ul, p ol, p td, body p { font-size:100%;}
div ol, div ul { font-size:100%;}
table.content td {font-size:100%;}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 83%; }

h1, h2, h3, h4, h5
{
    font-weight: bold;
    font-style: normal;
    margin: 1.25em 0 0.5em 0;
    padding: 0;
}


