/*-------------------------------------------------------
                All Water Systems CSS file
  -------------------------------------------------------*/
a:link
{
	text-decoration: underline;
	color: #000099;
}
a:visited
{
	text-decoration: underline;
	color: #000066;
}
a:hover
{
	text-decoration: none;
	color: #000099;
}
a:active
{
	text-transform: none;
	color: #000099;
}
a:text
{
	text-decoration: none;
	color: #000000;
	font-family: "Arial";
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
body
{
/*	background-image: url(); */
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
/*	cursor: url("/"); */
}
.pageheading
{
	color: #515D69;
	text-decoration: none;
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.sectionheading
{
	color: #0000FF;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.sectionheading-index    { 	color: #0000FF; }
.sectionheading-about_us { 	color: #0000FF; }
.sectionheading-industries { 	color: #000000; }
.sectionheading-applications { 	color: #009900; }
.sectionheading-services { 	color: #990000; }
.sectionheading-engineering { 	color: #000000; }
.sectionheading-contact_us { 	color: #993399; }

.body
{
	color: #000000;
	text-decoration: none;
	font-family: Arial, sans, sans-serif;
	font-size: 12px;
}
.nav
{
 font-family: Arial, sans, sans-serif;
 font-size: 12px;
 text-decoration: none;
 color: #000099;
}
#nav
{
 font-family: Arial, sans, sans-serif;
 font-size: 12px;
 text-decoration: none;
 color: #000099;
}
a.hiddenlink
{
 text-decoration: none;
 color: #000000;
}
ul
{
margin-top:0px;
}

/* 
   stylesheet ID and class are almost the same thing except where a class is declared by being preceeded by a dot (period) an ID is preceeded by a # hashmark

   #goblue {color: blue; font-size: 12pt;}

   <TT>This is typwriter text with style</TT>
   <TT class="purple">This is typwriter text with class</TT>
   <TT ID="goblue">This is typwriter text with ID</TT>
   <B ID="goblue">This is bold text with ID</B>

 */
