body 
  {background: #EDD6EA;
   font-style : normal; 
   font-weight : 500; 
   font-size : 11pt; 
   font-family : Arial, Serif,  Times; 
   color : black; 
   scrollbar-3dlight-color:#EDD6EA;
   scrollbar-arrow-color:white;
   scrollbar-base-color:#EDD6EA;
   scrollbar-darkshadow-color:black;
   scrollbar-face-color:#A11096;
   scrollbar-highlight-color:#fffff8;
   scrollbar-shadow-color:#fffff8; 
   margin-left:40;
   margin-right:40;
   margin-top:0;
   marginwidth:0;
   marginheight:0;

  }



 
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
        font-size : 10pt;
        font-weight : 800; 
	line-height: 2.0;
	list-style : none; 
}

#nav a {
	display: block;
	width: 11em;
        font-weight : 800; 
}


#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
        top: 0;
        

}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #D097CB;
        font-size : 10pt;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 2.0;
}

#nav li ul ul { /* third lists */
	margin: -2.0em 0 0 11em;
        font-size : 10pt;
	line-height: 2.0;

}
#nav li ul ul ul { /* fourth lists */
	margin: -2.0em 0 0 11em;
        font-size : 10pt;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
} 

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul,li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul,#nav li.sfhover ul ul ul ul { left: -999em; } 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul,#nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { left: auto; }

#content {
	clear: left;

}


ul {
   color : black; 
   list-style : bullit; 
}
ul ul {
   list-style : square; 
}

ul ul ul {
   list-style : circle inside; 
}

ol {
   list-style : decimal; 
}

ol ol {
   list-style : lower-alpha; 
}

li {vertical-align: top;
   }
 
table {
   font-weight : 400; 
   font-size : 11pt; 
   border-color : #D097CB;
}
th {
   font-weight : 600; 
   font-size : 12pt; 
   background-color : #A11096;
   color: #FBE14D;
   border-color : #D097CB
   }
td {align : left;
   font-weight : 400; 
   font-size : 11pt ;
    }



h4 {
   font-style : oblique; 
   font-weight : 400; 
   font-size : 120%; 
   font-family : Arial, Times, Serif; 
   color : indigo; 
}

h3 {
   font-style : normal; 
   font-weight : 400; 
   font-size : 130%; 
   font-family : Arial, Times, Serif; 
   color : purple; 
}


h2 {
   font-style : normal; 
   font-weight : 600; 
   font-size : 140%; 
   font-family : Arial, Times, Serif; 
   color : purple; 
   filter:shadow(color="#a5a5a5");
}


h1 {
   font-style : normal; 
   font-weight : 700; 
   font-size : 150%; 
   font-family : Arial, Times, Serif; 
   color : #000000; 
}

hr {color:#FBE14D;}

a:link, a:visited, a:active { text-decoration: underline;}
a:link    { color:indigo; font-weight: 500;  }
a:visited { color:indigo;font-weight: 500; }
a:active  { color: red; }
a:hover   {color: magenta}

a.myfont {font-style : normal; 
          font-weight : 600; 
          font-size : 9pt; }  
                
.butstyle{background-color :#A11096;
          font-weight: 600;
          font-size: 9pt;
          color:#FBE14D;
          border-style: outset;
          border-color: #ffffff;} 

.butstyle2{background-color :#A11096;
          font-weight: 600;
          font-size: 12pt;
          color:#FBE14D;
          border-style: outset;
          border-color: #ffffff;} 

.rlbl     {color:#FF0000;}