body   {
        font-size=100%; 
        line-height: 125%; 
        font-family: Arial, Verdana, Helvetica;
}
        
a:link 	{
         color : #0000ff; 
         text-decoration : none;
}
a:visited {
         color : #ee0088; 
         text-decoration : none;
}
a:hover {
         text-decoration : underline;
}

table.address {
               font-weight : bold;
}
td      {
         font-family: Arial, Helvetica, sans-serif; 
         font-size=.75em;
}
td.titleContent {
         font size=+1.2em; 
         face=arial;
         margin-top : 1.2em; 
         margin-bottom:.5em; 
         font-weight: bold;
}


P         {
           font size=-1;
}
P.footer  {
           font size=-2;
}
P.question {
            color : #ff0000; 
            font-weight : bold;
}
p.subTitle {
		    font size=+1.0em; 
            face=arial; 
            font-weight: bold;
}

/*This class selector is used to display CorrFlow
.CF        {
		   font-weight : bold;
}
/*this group of selectors are for the Demo questions*/
table.question input	{
            font-size: 9px; 
            font-face: Verdana;
}
table.question select	{
            font-size: 9px; 
            font-face: Verdana;
}
table.question td      {
            font-size: 8pt; 
            font-family: Arial, Helvetica, sans-serif;
}

/*a:active  {color : #ff33cc; text-decoration : underline;}*/

/* h1{font-size:145%;margin-bottom:.5em;}*/
/*h2{font-size:125%;margin-top:1.5em;margin-bottom:.5em;}*/
/*h3{font-size: 110%;margin-top:1.2em;margin-bottom:.5em;}
p{margin-top:0pt;margin-bottom:0pt;}
li p{margin-top:.6em;margin-bottom:0em;}
big{font-weight:bold;font-size:105%;}
ol{margin-top:.5em;margin-bottom:0em}   
ul{margin-top:.6em;margin-bottom:0em;margin-left:2.75em;}
ol ul{list-style:disc;margin-top:2em;}
li{padding-bottom:.7em;margin-left:-1.25em;}
dl ul{margin-top:2em;margin-bottom:0em;}/*list item inside a def/term* /
dl{margin-top:-1em;}
ol dl{margin-top:-1.5em;margin-left:0em;}/*term/def list inside a numbered list* /
ol dl dl{margin-top: 0em;margin-left:.2em;}/*term/def list inside a term/def list* /
dd{margin-bottom:0em;/*not currently working* /margin-left: 1.5em;}
dt{padding-top:2em;font-weight: bold; margin-left:1.5em;}
code{font-family:Courier;}
pre{margin-top:0em margin-bottom:1.5em; font-family:Courier;   font-size: 125%}
table{font-size:100%;margin-top:1em;margin-bottom:1em;}
th.center{text-align:center;}
th{text-align:left;background:#dddddd;margin: 3pt;vertical-align:bottom;}
tr{vertical-align:top;}
td{vertical-align:top;}*/