	   /* Body and p elements */
    		body {
    		font-size: 12px;	    
}

	    p {
   		font-family: Arial, Helvetica, sans-serif;
		color: #000000;    
		font-size: 12px;
 		line-height: 125%;
		
	    }
	       }

		   
		/* Links */
	
	   a:link {
		color: #800000;
		background-color: transparent;
		text-decoration: none;
	    }

	    a:visited, a:active {
		color: #800000;
		background-color: transparent;
		text-decoration: none;
	    }

	    a:hover {
		    color: #800000;
		    background-color: transparent;
		font-weight: bold;
		text-decoration: underline;	
	    }

	

	
	H1 {
		color: #000000;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 14px;
		text-transform: uppercase;		
		font-weight: bold;
		text-align: left;
	}
	
	H2 {
		color: #000000;
		font-family: Arial, Helvetica, Sans-serif;
        		font-size: 12px;
		font-weight: bold;
		text-align: Left;
	}
	
	H3 {
		color: #660000;
		font-family: Arial, Helvetica, Sans-serif;
	        	font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		padding: 0px 0px 0px 0px;
	}

	H4 {
		color: #000000;
		font-family: Arial, Helvetica, Sans-serif;
		font-size:10px;
		font-weight: normal;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0 0 0 0;
}

	H5 {
		color: #000000;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: left;
		margin: 0 0 0 0;
		padding: 0px 0px 0px 0px;
	}


	H6 {
		color: #808080;
		font-family: Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-weight: normal;
		text-align: right;
	}

   
	address {
		font-size: 10px;
		font-family: Arial, Helvetica, Sans-serif;
		font-weight: normal;
		text-decoration: none;
	}


	/* Links in navhead */
  		a.navhead:link, a.navHead:active, a.navHead:visited, .navHead {
		color: #FFFFFF;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		background-color: transparent;
		padding: 2px 2px 2px 2px;
		text-transform: normal;
    }

	a.navhead:hover {
		color: #ffffff;
		font-weight: bold;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		background-color: transparent;
		padding: 2px 2px 2px 2px;
		text-transform: normal;
    }



	.navlist 	{
		position: relative;
		width: 170px
		color: #CCCCCC;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		background-color:transparent;
		padding: 2px 0px 2px 0px;
		margin: 0 0 0 0;
	}

	.navlist ul {
		margin: 0; /*removes indent IE and Opera*/
		padding: 0; /*removes indent Mozilla and NN7*/
		list-style-type: none; /*turns off display of bullet*/
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
		font-weight: bold;
		margin: 0 0 0 0;
	}


	
	.navlist a {
		/*/*/display: block;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		color: #CCCCCC;
		background-color: transparent;
		padding: 2px 0px 2px 0px;
		margin: 0 0 0 0;
		width: 170px;
	}

	
	.navlist a:link, .navlist a:visited {
		color: #CCCCCC;
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: normal
		background-color: transparent;
		padding: 2px 0px 2px 0px;
		margin: 0 0 0 0;
		/*/*/color: #000000;
	}

	.navlist a:hover {
	/*/*/display: block;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	background-color: transparent;
	padding: 2px 0px 2px 0px;
	margin: 0 0 0 0;
	}

	
	


/* Lists */

    ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
padding: 2px 0px 2px 0px;
    }
	
    li {
    list-style: square;
    margin-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
	
    ul li li {
    list-style: disc;
    }

    ul li li li {
    list-style: circle;
    }
	
    ul li li li li {
    list-style: square;
	}
	
    ul li li li li li  {
    list-style: disc;
    }
    ul li li li li li li {
    list-style: circle;
    }

    ul li li li li li li li{
    list-style: square;
    }



.table2 {
	font-size:11px;
	padding: 4px 8px;
	text-align: left;
	font-weight: normal;
	color: #000000;
   	font-family: Arial, Helvetica, sans-serif;
}


.topline 	{
		color: #361600;
		font-family: Arial, Helvetica, Sans-serif;
		font-size:10px;
		padding: 4px 8px;
		font-weight: normal;
		text-align: right;
		border-top-style: solid;
		border-top-color: #000000;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		border-bottom-width: 1px;

