body {font-family: Arial, Helvetica, sans-serif}

h1           { color:#006600; 
			   color: black;
			   font-family:Arial, Helvetica, sans-serif}
h2           { color:#006600; 
			   color: black;
			   font-family:Arial, Helvetica, sans-serif  }
h3           { color:#006600; 
			   color: black;
			   font-family:Arial, Helvetica, sans-serif  }
h4           { color:#006600; 
			   color: black;
			   font-family:Arial, Helvetica, sans-serif  }

h4.nobottom {margin-bottom:0pt;}
h4.linebottom {margin-bottom:0pt;
			   border-bottom: 1px solid black; }

table.small  {font-family: Arial, Helvetica;
				font-size: 10pt;
               }

ul.left           { margin-left: 1pt; }

li.morespace    { margin-top: 7pt;}
li.morespace2   { margin-top: 10pt; }

p.red { color: red}

p.notop {margin-top:0pt; }

.highlight { color: black; font-weight:bold}

.marginleft25 {margin:0px; margin-left:25px;}

.marginleft50 {margin:0px; margin-left:50px;}

.nomarginall {margin:0pt;}

div.codebox {margin:25px; font-size:smaller;}



#all A:link {
  color: #003399;
  COLOR: blue ;
  text-decoration: none
}
#all A:visited {
  text-decoration: none
}
#all A:hover {
  COLOR: #ff0000;
  text-decoration: none
}
#all A:active {
  text-decoration: none
}

#topbar A:link {
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #FFFFFF ;
  text-decoration: none
}
#topbar A:visited {
  font-weight: bold ;
  font-size: 10pt ;
  font-family: Arial, Helvetica, sans-serif;
  COLOR: #FFFFFF ;
  text-decoration: none
}
#topbar A:hover {
  COLOR: #ff0000;
  text-decoration: none
}
#topbar A:active {
  COLOR: #ff0000;
  text-decoration: none
}

.topbar {color:white;
		 margin-bottom:4pt;
		 margin-top:2pt;

         }

#morecol A:link {
  COLOR: #004080;
  color: #003399;
  text-decoration: none;
}
#morecol A:visited {
  text-decoration: none;
}
#morecol A:hover {
  COLOR: #ff0000;
  text-decoration: none;
}
#morecol A:active {
  text-decoration: none;
}



.overwhite  {color:white}
.over1      {color:white;background-color:black}
.overblack  {color:black}

.overblue	{background-color: blue}
.overbeige	{background-color: beige}

ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle
}

ul.square 
{
list-style-type: square
}

ul.pic
{
list-style-image: url('images/arrow.gif')
}