/* Cascading Style Sheet - to be applied to ALL pages
 *  using <link rel="stylesheet" type="text/css" href="/haltof.css">
 *
 * Created by New York Web Works for Haltof Product Design, Inc.
 */
 
/*  The BODY attributes will apply page margins, scrollbar properties
 * and background colors and/or images
 */

BODY    { margin-top: 53; margin-left: 30; margin-right: 30;  
 	  scrollbar-track-color: FFFFFF; scrollbar-arrow-color: 000000;
	  scrollbar-face-color: 407080; background-image: url('images/lineartbg.gif');
	}

/*  A TAGS are for Hyperlinks (text decoration = line or not; none or underline) */
A:link  	{color: 407080; text-decoration: none;}		/* regular */
A:visited  	{color: 407080; text-decoration: none;}		/*  visited */
A:hover 	{color: 407080; background-color:DADADA;	/*  on click */
		 text-decoration: none; font-weight: bold;}
A.headerimg:hover {background-color: transparent;}

/*  Anything beginning with a dot (".") will be a paragraph
/*  format (attribute of the P TAG)
  */

HR {  color: DADADA; width: 78%;}

.DefaultText 	{ font-size: 14pt; font-family:serif; color:000000;
                  margin-left: 12; margin-right: 12; margin-top:0; margin-bottom:16;}

.Heading	{ font-size: 20pt; font-family: serif; color: 407080;
		  font-weight: bolder; text-align: center; 
                  margin-top: 10; margin-bottom: 18;}

.SubHead 	{font-size: 16pt; font-family: serif; color: 003949;
		 margin-left: 12; margin-right: 12; font-weight: bold;  margin-bottom:0}

.MenuMain	{font-size: 12pt; font-family: Arial,sans-serif;
		text-align: center; margin-bottom: 12; }

.MenuSub	{font-size: 11pt; font-family: Arial,sans-serif;
		 font-weight: bold; text-align: center; margin-bottom: 12; }