/* POLYGON laboratory */
	html,body{
        margin:0;
        padding-top:15px;
		height:100%;
		font-family: "Arial";
        font-size: 12px; 
        color: #000000;}
		
	p {
    	font-family: "Arial";
        font-size: 12px;
        color: #000000;
        padding:0;
        margin:0;}
	
	.small {
        font-size: 11px;}
	
	.blue {
		color: #0099cc;
		font-size: 11px;
	}
		
	ul, li {
	    font-family: "Arial";
        font-size: 12px;
        color: #000000;
		list-style: circle outside;
 	}
	li {
	padding-top:10px;
	}
			
	hr {color: #3c3c3c; background-color: #3c3c3c; border: 1px solid #3c3c3c}	
	
	h1 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #a7c66e;
	}

	h3 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 14px;
	}

	h2, h4, h5 {
	font-family: Arial;
	margin: 0;
	padding: 0;
	font-size: 18px;
	}
	
	a:link {font-size: 12px; color:#333333; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
	a:visited {font-size: 12px;color:#333333; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
    a:active {font-size: 12px;color:#333333; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
    a:hover {font-size: 12px;color:#333333; font-family: "Arial"; line-height: 120%;text-decoration: none; }
	
	a.blue:link {font-size: 11px; color:#0099cc; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
	a.blue:visited {font-size: 11px; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
    a.blue:active {font-size: 11px; font-family: "Arial"; line-height: 120%;text-decoration: underline; }
    a.blue:hover {font-size: 11px; font-family: "Arial"; line-height: 120%;text-decoration: none; }		
	
	a.menu:link {font-size: 11px; color:#333333; font-family: "Arial"; text-decoration: underline; line-height: 180%;}
	a.menu:visited {font-size: 11px;color:#333333; font-family: "Arial"; text-decoration: underline; line-height: 180%;}
    a.menu:active {font-size: 11px;color:#333333; font-family: "Arial"; text-decoration: underline; line-height: 180%;}
    a.menu:hover {font-size: 11px;color:#333333; font-family: "Arial"; text-decoration: none; line-height: 180%;}	
	.zzz {display:none}