/* CSS Document */

.body {
font-family: arial, helvetica, sans serif;
font-size: 12px;	
color: #000000;
text-decoration: none;
}
.bodySmall {
font-family: arial, helvetica, sans serif;
font-size: 11px;	
color: #000000;
text-decoration: none;
}
.header {
font-family: arial, helvetica, sans serif;
font-size: 18px;	
color: #00489f;
font-weight: bold;
}
.header2 {
font-family: arial, helvetica, sans serif;
font-size:14px;
color: #00489f;
font-weight:bold;
}
.textFeature {
font-family: arial, helvetica, sans serif;
font-size: 12px;	
color: #cccccc;
}
.textBreadcrumb {
font-family: arial, helvetica, sans serif;
font-size: 10px;	
color: #00489f;
}
.linkSmall {
font-family: arial, helvetica, sans serif;
font-size: 10px;	
color: #00489f;
}
td {
font-family: arial, helvetica, sans serif;
font-size: 12px;	
color: #000000;
text-decoration: none;
}
th {
font-size:12px;
}
/**************************HERLEY '08 Catalog Implementation *******************************/
	/* Set up font style */
	.catalog-header, .blue-heads, .blue-header, .figure-text, .footnotes, .normal, .product-index, .text, .listitem, .productInfo, .spectable td, spectable th {
		line-height:normal;
		font-family:Arial, Helvetica, sans-serif;
		/*font-family:Helvetica, Arial, sans-serif;*/
	}
	
	/* Set up color for headers */
	.catalog-header, .blue-heads, .blue-header {
		color:#275DA6;
		font-weight:bold;
	}
	.catalog-header{font-size:22px;}
	.blue-heads {font-size:15px;}
	.blue-header {font-size:18px;}
	
	/* Set up figure&footnote text */
	.figure-text, .footnotes {
		font-size:8pt;
		/*line-height:9pt;*/
	}
	
	/* Set up normal text used in tables, paragraphs, etc */
	.normal, .product-index, .text {
		font-size:10pt;
		/*line-height:11pt;*/
	}	
	.listitem li, .productInfo ul li {
		font-weight:bold;
	}
	
	/* Product table specific styles */
	.productinfo, .productinfo tr, .productinfo tr td {
		/* "Normal" row color */
		background-color:#c6cfe8;
	}
	.productinfo .alternate, .productinfo .alternate tr, .productinfo .alternate tr td, .productinfo .alternate td {
		/* Alternatign row color */
		background-color:#E0E5F3;
	}
	.spectable th{
		/* Header */
		text-align:left;
		font-weight:bold;
	}
	.spectable td{
		/* Preferred width for specification table */
		width:350px;
		padding-left:10px; /* For indents */
	}
	.spectable .indent {
		padding-left:15px;
	}
	.spectable .secondindent {
		padding-left:20px;
	}
	.spectable .thirdindent {
		padding-left:25px;
	}
	.product_black td, .product_black th { /* .productinfo td, .productinfo th */
		/* table cell breakouts */
		border-top:solid 1px black;
		border-bottom:solix 1px black;
		border-right:solid 1px black;
	}
	.product_black {
		border-left:solid 1px black;;
		border-bottom:solid 1px black;
	}
	.productinfo .blankspot {
		/* meant to accommodate table w/upper left out, look at pg 180 */
		background-color:white;
		border-top:solid 0px white;
		border-left:solid 0px white;
		border-right:solid 1px black;
	}
	.productinfo .white {
		background-color:white;
	}
	.thaligncenter th {
		text-align:center;
	}
	.tdaligncenter td {
		text-align:center;
	}
	.thalignleft th {
		text-align:left;
	}
	.largerfont, largerfont td, .largerfont a, .largerfont ol, .largerfont ol li, .largerfont ol a {
		font-size:15px;
	}
	
.bredfont {
	font-size: 11px;
	font-family: Arial, helvetica, sans serif;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}


