body, html { /* Default Font & margins for page */
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	color: #000;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
	background-color: #FFF;
	}

p { /* Default font for paragraphs */
    font-family: Tahoma, Arial, serif;
    font-size: 12px;
	color: #000;
}

tr, td { /* Default font for rows and data */
    font-family: Tahoma, Arial, serif;
    font-size: 12px;
	color: #000;
}

table.bounding {
	height: 100%;
	width: 100%;
}

td.content {
	color: #FFFFFF;
	background: #9C0000 url(file:///Z|/Client Web Sites/peppertree/img/content_bg.jpg) repeat-x fixed;
}

td.feat_box {
	color: #FFFFFF;
	background: #9C0000 url(file:///Z|/Client Web Sites/peppertree/img/feat_box_bg.jpg) repeat-x fixed;
}

a:link, a:visited, a:active {	/* Default text links */
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: ;
	border-bottom-color: ;
	}	

a:hover	{
	text-decoration: none;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
	
a.cleanlink:link, a.cleanlink:visited, a.cleanlink:active, a.cleanlink:hover {	/* Default text links */
	text-decoration: none;
	color: #000;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}	

.small	{	
	font-size:	11px;
	}
		
.whiteText:hover	{	
	color: #FFFFFF;
	text-decoration:	underline;
	}
	
.headerMenu:link, .headerMenu:visited, .headerMenu:active {  /* Main Horizontal menu bar in header */
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #333;
	border: none;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 0px;
}

.headerMenu:hover {
	color: #003366;
	text-decoration: none;
	border: none;
}

.sectionHeading {
	font-family: Tahoma, Arial, serif;
	font-size: 13px;
	color: #0066CC;
	font-weight: bold;
}

.sectionQuoteHeading {
	font-family: Tahoma, Arial, serif;
	font-size: 13px;
	color: #EF9C31;
	font-weight: bold;
}

.inputBox {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #7F9DB9;
	height: 18px;
	background-color: #FFFFFF;
	height: 18px;
}

.inputTextBox {  /* Form fields */
	font-family: Tahoma, Arial, serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	height: 18px;
}

.button, a.button:link, a.button:visited, a.button:active { /* Form Buttons */
	color: #000000;
	border: ;
	font: 10px/14px Tahoma, Arial, serif;
	text-decoration: none;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 2px;
	height: 18px;
}

a.button:hover { /* Form Buttons */
	background: url(file:///Z|/Client Web Sites/peppertree/img/btn_red_bg.gif) -14px;
}

h1	{	
	font-family: Tahoma, Arial, serif;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	}	
		
h2	{	
    font-family: Arial, serif;
    font-size: 16px;
	color: #FFF;
	}	
	
h3	{	
    font-family: Arial, serif;
    font-size: 14px;
	color: #FFF;
	}	
	
li {
	left: -20px;
	position: relative;
	list-style-type: disc;
}

.footer, a.footer:link, a.footer:visited, a.footer:active {
	font-family: Tahoma, Arial, serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-style: none;
}

a.footer:hover {
	color: #9C0000;
}

.cleanlink, .cleanlink:link, .cleanlink:visited, .cleanlink:hover, .cleanlink:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}