a       {
        border: 0px solid;
        }
a:link  {
        color: #0000ff;
        }
a:visited {
          color: #000055;
          }

a:hover {
        color: red;
        }

a:active {
         color: yellow;
         }
img    {
       border: 0px solid;
       }
img.inline {
        vertical-align: middle;
        padding: 2px;
       }
body{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}
body.a {
       background-color: #dddddd;
       }
h1.a   {
       text-align: center;
       font-family: sans-serif;
       border: 1px solid ;
       border-bottom: 0px;
       padding: 10px;
       margin-bottom: 0px;
       margin-top: 8px;
       background-color: #cccccc;
       clear: both;
       }
h2.a   {
       text-align: center;
       font-family: sans-serif;
       clear: both;
       }
h3.a     {
       clear: both;
       }
hr.clear {
         clear: both;
         }
div    {
       font-family: sans-serif;
       }

div.centre {
           text-align: center;
           }
div.keywords {
       display: none;
       }
div.left {
         background-color: #aaaaaa;
         padding: 10px;
         margin-right: 0px;
/*         float: top; */
         border: 1px solid;
         font-size: 70%;
         }
div.sectionsmall {
        display:inline;
        float: left;
        width: 45%;
        padding: 2%;
             }

div.sectiontiny {
        display:inline;
        float: left;
        width: 32%;

            }

@media print {
div.left {
       display: none;
         }
div.bottom {
        display: none;
           }
             }
			 
/* this is based on the holly hack*/
/* see http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */
/* John Gallant, Holly Bergevin */

/* Hides from IE5-mac \*/
* html div.right {height: 1%;}
/* End hide from IE5-mac */

div.right {
          background-color: #eeeeee;
          padding: 10px;
          border: 1px solid;
          border-bottom: 0px;
          text-align: justify;
          }
div.bottom {
           background-color: #cccccc;
           clear: both;  
           text-align: center;
           border: 1px solid;
           font-style: italic;
           font-size: 70%;
}
div.image-left {
               float: left;
               text-align: center;
               font-style: italic;
               font-size: 80%;
               margin: 10px 10px 10px 0px;
               } 
div.image-list {
               float: left;
               text-align: center;
               font-style: italic;
               font-size: 80%;
               margin: 10px 10px 10px 40px;
}

div.image-right {
               float: right;
               text-align: center;
               font-style: italic;
               font-size: 80%;
               margin: 10px 0px 10px 10px;
}
div.a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	position: relative;
}
div.b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
	position: relative;
}
div.c  {
       clear: both;
       }
p.body {
       margin-right: 0px;
       margin-left: 0px;
}
p.left  {
        display: inline;
        margin-left: 20px;
        }
p.list   {
         margin-left: 30px;
         margin-right: 30px;
         font-family: Times, serif;
         font-size: 90%;
         }
p.indented   {
         margin-left: 100px;
         margin-right: 30px;
         font-size: 90%;
         }
p.links  {
        display: inline;
        margin-left: 10px;
        }
p.hidden {
       display: none;
         }
dt {
     font-weight: bold;
    font-size: 90%;
    }
dd {
     font-size: 80%;
     }
table.pinout	{
                width: 80%;
                border: black solid 1px;
                }
img.offsite {
            vertical-align: top;
            }
span.bold {
          font-weight: bold;
          }
span.ital {
          font-style: italic;
          }
ul.iconlist
{
list-style: none;
margin: 0;
padding: 10px;
}


li.list {
   display:inline;
   padding: 0 0 0 15px;
   }

li.pdf
{
   display:inline;
background-image: url(util/pdf.html);
background-repeat: no-repeat;
background-position: 50% 50%;
padding: 3px 0 3px 20px;
margin: .4em 0;
}
li.pic
{
   display:inline;
background-image: url(util/page.html);
background-repeat: no-repeat;
background-position: 0 100%;
padding: 0 0 0 15px;
margin: .4em 5px 0px 0px;
}
