
BODY {
	
	color : Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .9em;
	margin-top: 0px;
	margin-right: 0px;
	}

A:LINK {
	color : #0000CD;
	text-decoration: underline;
	

}

 A:VISITED {
	color : Blue;
	text-decoration: underline;

}

A:HOVER {
	color : Red;
	text-decoration: underline;
	}

H1 {
	color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
		font-size : 1.1em;
		margin-bottom: -.1em;
}

H2 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 1.1em;
}

H3 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 1em;
}

H4 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : .9em;
}

H5 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : .8em;
	
}

H6 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : .7em;
	}

TD {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 1em;
					}
					
/*This is used to reduce font size to just below normal */
.Understate {
	font-size:  .9em;
}

/*This is used to reduce font size to just below normal */
.SmallFont {
	font-size:  .75em;
}

/*This is used to format page & section titles */
.Title {
	color: Navy;
	font-weight: bold;
	font-size:  .9em;
}

/*This is used to set Horizontal Line Properties */
.HLine  {
width: 90%;
color: #3E78B3;
 height: 1px;
}

	/*This is used to set Main Table Background */
	.MainTableBack  {
	Background: White;	
	}
	
			
/*This is used to set line colors */
	.LineColor  {
	color: Navy;
	height: 1px;
	}

/*This is used to set table border colors */
	.BorderColor  { 
	border: 2px solid #3e78b3; 
	}
	
/*This is used to set special table border colors  */
	.SpecialBorderColor  { 
	border: 2px solid #FF0000; 
	}	

/*This is used to set special table border colors with light colors */
	.LightBorderColor  { 
	border: 2px solid #B5C8F8; 
	}	
	
/*This is used to set special table border colors with light colors */
	.ThinBorderColor  { 
	border: 1px solid #B5C8F8; 
	}
			
/* The following two Classes are for the table row highlighting feature */
.Highlightborder {
border:1px; 
border-thickness: 1px; 
border-color: #fff;
border-style: solid;}

A:hover .Highlightborder, A:active .Highlightborder
 {border:1px; border-thickness: 1px;
border-color: Blue; border-style: solid}


/* This is used on the product pages to format the table 
that lists the Product Features. Place the following code in the table.  
After <td class="FeatureTable" */
.FeatureTable {
background-color: #EFF3FE;
color: Navy; 
font-size: .9em;
font-weight: bold;	
padding: 10px;
}

/* This is used on various pages to format tables 
that list miscellaneous Features. Place the following code in the table.  
After <td class="MinorTable" */
.MinorTable {
background-color: #EFF3FE;
color: Navy; 
font-size: .8em;
font-weight: bold;	
padding: 3px;
}

/*This is used to control cell background colors.*/
.TableHeader{
background-color: #EFF3FE;
	}

/*This is used to control cell background colors within forms.*/
.FormTable{
background-color: #3E78B3;
color: #FFFFFF;
	}

/*The following section is related to photo gallery formats*/
/*Used for Left Thumbnail Columns*/
.VerticalThumbs  {
	font-size:.88em;
	font-weight:bold;
	padding-top:4px;
	text-align:center;
	background-color: White;
	width: 145px;
	color: White;
}

.ImageBorder {
	border-style: solid;
	border-color: White;
	border-width: 2px 0px 2px 0px;
	text-align: center;
}

 
	/*This is used to set the photocaptions */
	.PhotoCaption  { 
	background: #EFF3FE;
	color: Black;
	font-family: "Arial", sans-serif ;   
	font-size: .9em;
	text-align: center;
	line-height: 1.2em;
	}


/*This is used on the gasket page to control individual gasket tables.*/
.GasketTable{
padding: 5px;
	}

/*This is used on the gasket page to control bankground color for Neoprene.*/
.Neoprene{
background-color: #B2DAFF;
padding:  5px 
	}

/*This is used on the gasket page to control background color for Buna N.*/
.BunaN{
	background-color: #66CDAA;
	padding: 5px;
	}
	
/*This is used on the gasket page to control background color for Silicone.*/
.Silicone{
	background-color: #D8BFD8; 
	padding:  5px;
}	

/*This is used on the gasket page to control background color for EPDM.*/
.EPDM{
	background-color: #DCDCDC;
	padding:  5px;
}

/*This is used on the gasket page to control White Silicone.*/
.WhiteSilicone{
	background-color: #FDF5E6;
	padding:  5px;
}
