h1 {
	font-size:1.4em;
	text-align: center;
		}
h2 {
		font-size:1.2em;
		}
h3 {
		font-size:1.1em;}
h4 {
	font-size:1em;
	line-height: normal;
}

.notes {
	font-size:.8em;
		}
		
.quote{
	font: .9em "Courier New", Courier, monospace;
}		

.part_number{
	font-weight:normal;
	color: #000000;
	text-align: center;
	background: #000000;
	background-color: #FFECAA;
	width: 70%;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
}

.search{
	font-weight:normal;
	color: #000000;
	text-align: center;
	background: #000000;
	background-color: #FFD33E;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
	padding: 5px 0px 0px;
	border: 1px solid #000000;
}


.inverted{
	font-weight:bold;
	color: #FFD33E;
	background-color: #000000;
	text-align: center;
}

.inverted_gray{
	font-weight:bold;
	color: #000000;
	text-align: center;
	background: #E1E1E1;
}

.box{
	border: thin solid #CCCCCC;
	text-align: left;
	width: 80%;
margin-left: auto;
	margin-right: auto;
}



.caption{
	font-weight:bold;
	color: #000000;
	font-size: 1em;
	text-align: center;
	width: 400px;
	background: #CCCCCC center;
	margin-right: auto;
	margin-left: auto;
}


p  {
	font-size:1em;
	text-align: left;
		}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #AC5600;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none;
	color: #EC7600;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #EC7600;
	}

ul {
	font-weight:normal;
	line-height:1.5em;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
ol {
	font-weight:normal;
	line-height:1.5em;
		list-style-position: outside;
	text-align: left;
}
