/* Master CSS Document */

body {
	background-image: url(images/bg1.gif);
	margin: 0;
	margin-top: 8px;
	}

/* CSS Navigation Menu */

 .navbox{
    height:22px;
    font-family: gill, helvetica, sans-serif;
    font-size: 7pt;
    font-weight: 600;
    text-align: center;
    letter-spacing: .01px;
	line-height:22px;
	text-decoration: none;
    background: url(images/home.jpg) no-repeat;
    margin: 1px;
    display:block;
    }

 .navbox:hover{
    background: url(images/homeover.jpg) no-repeat;
    }

a:link {
 	color: #ffffff;
 	text-decoration: none;
	 }
a:visited {
 	color: #ffffff;
 	text-decoration: none;
	 }
a:hover {
 	color: #333;
	}

/* CSS Navigation Links Footer */

 .footer{
    font-family: gill, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: .01px;
	text-decoration: none;
	}

.footer a:link {
 	text-decoration: none;
 	color: #666666;
	 }
.footer a:visited {
	text-decoration: none;
 	color: #666666;
	 }
.footer a:hover {
 	text-decoration: none;
 	color: #333333;
	}

/* CSS Navigation Links Documentation Page */	
	

.docs a:link {
 	text-decoration: none;
 	color: #763BA8;
	 }
.docs a:visited {
	text-decoration: none;
 	color: #763BA8;
	 }
.docs a:hover {
 	text-decoration: none;
 	color: #EB3BFB;
	}

/* CSS text */

 .title{
    font-family: gill, helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #009a78;
    letter-spacing: .01px;
	text-decoration: none;
	padding: 4px 0px 0px 0px;
	}

 .body{
    font-family: gill, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #362B37;
    letter-spacing: .01px;
	text-decoration: none;
	text-align: justify;
	}

 .options{
    font-family: gill, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #565F99;
    letter-spacing: .01px;
	text-decoration: none;
	text-align: justify;
	}
		
pre{
    font-family: gill, helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
     letter-spacing: .01px;
    color: #234E79;	
	text-decoration: none;
	}

hr{
	height: 1px;
	filter:alpha(opacity=25);-moz-opacity:0.3;
	}
	
h2{
    font-family: gill, helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color: #009a78;
    letter-spacing: .01px;
	text-decoration: none;
	margin: 0px 4px 0px 0px;
	}

h3{
    font-family: gill, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #009a78;
    letter-spacing: .01px;
	text-decoration: none;
	margin: 6px 0px 0px 0px;
	}
	
code{
	font-size: 8pt;
	color: #cc0000;
	}
	
dd{ 
	list-style: none;
	margin-left: 6px;
	margin-top: 6px;
	}
	
dl{ 
	margin-top: 4px;
	padding: 0px;
	}

dt{ 
	margin: 4px;
	padding: 0px;
	}	

p{
	margin-left: 6px;
	margin-top: -4	px;
		}
	
