/* #################################################################################### */
/*                                                                                      */
/*         HVACweb.com Copywright © 1996, 1997, 1998, 1999, 2000 Dave Campbell          */
/*                                   hvacweb-style.CSS                                  */
/*                                                                                      */
/* This Cascading style sheet was written by Geoff Caldwell, American Pride Web Designs */
/* and is copywright © 2000 Geoff Caldwell. You are welcome to use it as an example for */
/* your own programming. However, you are not allowed to link directly to it or use it  */
/* your own work. Thank you for abiding by this request and I hope you can find it use- */
/* ful. If you have any questions or concerns email me at: youngbloodNH@hotmail.com     */
/*                                                                                      */
/*                                                                                      */
/* #################################################################################### */


BODY, TD
	{
	font-family: tahoma;
	font-size: 11px;
	}

BODY
	{
	color: black;
	background-image: url(images/bg.GIF);
	background-repeat: yes-repeat;
	text-decoration: none;
	margin: 0px 0px 80px 0px;
	}

FIELDSET
	{
	border: solid gray 2px;
	padding: 10px;
	}

LEGEND
	{
	color: red;
	font-size: 13px;
	font-weight: bold;
	}

LI
	{
	line-height: 16px;
	}

H1
	{
	}

H2
	{
	}

H3
	{
	color: black;
	font-family: tahoma;
	font-weight: lighter;
	text-decoration: none;
	}

H4
	{
	}

H5
	{
	color: red;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;
	}

H6	{
	}

P
	{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

A
	{
	color: blue;
	text-decoration: underline;
	}

A:hover
	{
	color: red;
	text-decoration: underline;
	}

A:active
	{
	color: white;
	text-decoration: underline;
	background-color: black;
	}

A:visited
	{
	color: gray;
	text-decoration: underline;
	}

.endinfo
	{
	font-family: arial;
	font-size: 11px;
	color: red;
	}

.sidescroll
	{
	color: black;
	font-weight: bold;
	}

.ulheader
	{
	color: white;
	background-color: black;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	}

.paraheader
	{
	color: white;
	background-color: red;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	}

.form_table_header
	{
	color: white;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	}

.form_table_links
	{
	color: silver;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	}

A.form_table_links
	{
	color: white;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}

A.form_table_links: hover
	{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}

A.form_table_links: visited
	{
	color: black;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	}