







body {
 /*  background-color: transparent; */

 background-color: #FFF;
 text-align: center; /* for page centering */
}



.cool_line{ 
    display:block;
    border:none;
    color:white;
    height:1px;
    background:lightgray;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(lightgray), to(#fff));
}






	code {
  display: block;
  white-space: pre-wrap   
}




a:link {
  text-decoration: red;
}

a:visited {
  text-decoration: green;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}




ul {
    list-style-image: url('pics/sqgreen.jpg');
}

li:not(:last-child) {
    margin-bottom: 5px;
}


h1 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */
 
 font-weight: bold;
  color: #006400;
  font-size: 32px;
}

h2 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */

  font-weight: bold;
  color: black;
  font-size: 24px;
}

h3 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */

  font-weight: bold;
  color: ;
  font-size: 18px;
}

h4 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */

  font-weight: bold;
  color: #006600;
  font-size: 16px;
}

h5 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */

  font-weight: bold;
  color: black;
  font-size: 12px;
}

h6 {
   font-family: Helvetica, Arial, sans-serif; /* Nicer font */

  font-weight: normal;
  color: black;
  font-size: 10px;
}





p.small {
		font-family: Helvetica, Aial, sans-serif;
		font-size: 65%;
		font-weight: bold
		}

p.regular {
	font-family: Helvetica, Aial, sans-serif;
		font-size: 90%;
		font-weight: normal
		}


p.regular_bold {
	font-family: Helvetica, Aial, sans-serif;
		font-size: 90%;
		font-weight: bold
		}
		
p.regular_bold_green {
	font-family: Helvetica, Aial, sans-serif;
		font-size: 90%;
		font-weight: bold;
		color: #006600;
		}

		
p.giant {
	font-family: Helvetica, Aial, sans-serif;
		font-size: 150%;
		font-weight: normal
		}		

		
p.menu {
	font-family: Helvetica, Aial, sans-serif;
		font-size: 75%;
		font-weight: bold;
		}


div.a {
    line-height: normal;
}


 table.center {
    margin-left: auto;
    margin-right: auto;
}

 table { 

    /* color: #000000; /* Lighten up font color was 333 */

    font-family: Helvetica, Arial, sans-serif; /* Nicer font */

	
	width: 100%;
	
	min-width: 100px;
	
	max-width:600px;
	
	border: 0px solid #FFF;
	
	border-top:4px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;

    border-collapse:collapse; border-spacing: 0px;
	
	background-color: #FFF;

}


th { 

	border: 0px;

    background: #C0C0C0; /* Light grey background 708090   WAS C0C0C0*/

    font-weight: bold; /* Make sure they're bold */
	
	font-size: 75%;
	
	border: 0px solid #C0C0C0;
	
	border-top:4px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	
	border-collapse:collapse; border-spacing: 0px;

}


td { 

    border: 0px solid #FFF;
	
	border-top:4px solid #FFF;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	
	background: #FFF; /* Lighter grey background FAFAFA*/
	
	border-collapse:collapse; border-spacing: 0px;
	
	vertical-align: middle;

 /*   text-align: left; /* Alignment of text */
	
	

}


			table.tableliner-table {
				font-size: 12px;
				border: 1px solid #CCC; 
				font-family: Arial, Helvetica, sans-serif;
				margin-left:auto; 
				margin-right:auto;
				min-width: 400px;
				max-width:600px;
			} 
			.tableliner-table td {
				padding: 4px;
				margin: 3px;
				border: 1px solid #CCC;
			}
			.tableliner-table th {
				background-color: #104E8B; 
				color: #FFF;
				font-weight: bold;
			}

