
 /* $MVD$:color("18","e5e5e5","Custom #1","0") */
 /* $MVD$:fontset("Untitled Font Set 1","Arial","Helvetica","sans-serif") */
 /* $MVD$:fontset("Untitled Font Set 2","Times New Roman","Times","Roman","Times","serif") */

ul.OtherTopics{
 	list-style-image: url(concept.gif);
	margin-top : 0.0em;
}

ul.Bullet{
 	list-style-image: url(bullet.gif);
	margin-top : 0.0em;
}


LI {
     margin-left : 5.0%;
      margin-top : 0.0em;
      margin-bottom : 0.0em;
	  }

ol {
      margin-left : 5.0%;
      margin-top : 0.0em;
      margin-bottom : 0.0em;
	  }



 BODY { 
	background-color: rgb(255,255,255); 
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left : 2%;
	margin-right : 2%;
		}

a:link
	{
	background: transparent; 
	color: #000099;
	} 

a:visited
	{  
	color: #996699;
	}

a:active
	{
	color: #999999;
	}


 P {
     margin-left : 5.0%;
     margin-top : 0pt;
     margin-bottom : 1.0em;}




 H1 {
      font-size : 150.0%;
     margin-left : 0em;
     margin-top : 1.25em;
     margin-bottom : .3em;
      font-weight : bold;
     text-align : left;
 	 border-bottom: 3px solid rgb(0,0,0)
      }
 H2 { 
      font-weight : bold;
      font-size : 125.00%;
      text-align : left;
 	  border-bottom: 3px solid rgb(0,0,248);
      margin-left : 5.0%;
      margin-top : 1.0em;
       margin-bottom : 0.0em;
      }
 H3 { 
      font-weight : bold;
      text-align : left;
      font-size : 100.00%;
      color : black;
      margin-left : 5.0%;
      margin-top : 0em;
      margin-bottom : 0.0em;}
	  
H4 { 
      text-align : center;
      font-style : italic;
      font-size : 100.00%;
      color : black;
      margin-left : 5.0%;
      margin-top : 2em;
      margin-bottom : 2em;}


H5 { 
      text-align : left;
      font-size : 100.00%;
      border-left : solid black 0.15em;
      border-right : solid black 0.15em;
      border-top : solid black 0.15em;
      border-bottom : solid black 0.15em;
      margin-left : 5.0%;
      margin-top : 1.0em;
      margin-bottom : 1.0em;
      }
 

 PRE {  font-family: Courier New, Courier;
 font-size : 120.00%;
		margin-left : 7.0%;
      margin-top : 0.5em;
      margin-bottom : 1.0em;
       }

 
 

/* -------------- tables 'n' stuff -------------- */


table.Doc 	{ font-size: 100%;
		text-align: left;
		margin-top: .5em;
	    margin-left : 5.0%;
	    margin-right : 5.0%;
		margin-bottom: .5em;
		}

tr.Doc		{ margin: .25em;
		vertical-align: top;
		}
			
th.Doc 		{ text-align: center;
		margin: .25em;
		vertical-align: top;
		background: #999999;
		border-left: 1px solid rgb(0,0,0);
		border-right: 1px solid rgb(0,0,0);
		border-bottom: 2px solid rgb(0,0,0);
		}
						
td.Doc		{ margin: .25em;
		background: #cccccc;
		text-align: top;
		vertical-align: top;
		border-right: 1px solid rgb(255,255,255);
		border-bottom: 1px solid rgb(255,255,255);
		}


