/*-------------------------------------------------------
             Harrington Machine & Tool 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
}
.header1
{
	color: #000000;
	text-decoration: none;
	font-family: Times New Roman,Times,serif;
	font-weight:bold;
	font-size: 30px;
	position:relative;
	padding-bottom:15px
}
body
{
/*	cursor: url("/"); */
/*	background-image: url(); */
/*	background-repeat: repeat; */
/*	background-attachment: fixed; */
	background-color: #FFFFFF 
}
.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-services { 	color: #0000FF }
.sectionheading-capabilities { 	color: #0000FF }
.sectionheading-equipment { 	color: #0000FF }
.sectionheading-testimonials { 	color: #0000FF }
.sectionheading-contact_us { 	color: #0000FF }

.body,td
{
	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.noline
{
 text-decoration: none;
 color: #000000
}
.notop
{
margin-top:0px
}
ul
{
margin-top:0px
}
.indent
{
margin-left:30px
}
.indent-notop
{
margin-top:0px;
margin-left:30px
}
INPUT, SELECT, TEXTAREA {background-color: #FFFFFF}
.page-title
{
 font-size:30px;
 font-family:Arial Black;
 font-weight:bold;
 color:#FFFFFF;
	position:absolute;
	border-width:0;
 margin-top:-33px;
 margin-left:-120px;
	z-index:4
}
.unfinished,.unfinished>a
{
font-weight:bold;
color:red
}
.close
{
text-align:center;
margin-top:30px;
}
.cursorhelp,.cursorhelp>a
{
cursor:help
}

/* 
   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>
.unfinished,.unfinished>a = this effects everything with a class of "unfinished" and the anchor tags that are children of "unfinished" classes.

 */
