/*Designing Analog Chips Style sheet.  Started with Array Design style sheet as a template.  Background color spec'ed by Hans 1/5/05
*/
body {
	background-color: #d1e2fe;
	font-family :  Arial, Verdana, Helvetica, sans-serif;margin-left: 10%;margin-right: 10%;margin-top: 0em;margin-bottom: 0em;
}.navgray {
	background-color : #CCCCCC;
}

.navtext a:link {
	background-color : #FFFFFF;
	color : #333333;
	font-size : 12px;
	padding-left : 10px;
	text-decoration : none;
}

.navtext a:visited {
	background-color : #FFFFFF;
	color : #333333;
	font-size : 12px;
	padding-left : 10px;
	text-decoration : underline;
}

.navtext a:hover {
	background-color : #FFFFFF;
	color : #0099FF;
	font-size : 12px;
	padding-left : 10px;
	text-decoration : none;
}

.navtext a:active {
	background-color : #FFFFFF;
	color : #333333;
	font-size : 12px;
	padding-left : 10px;
	text-decoration : none;
}
h1 {
	font-size: 22pt;
	font-weight: bold;
	color: #333333;text-align: center;}

p { line-height: 1.5em;
	font-size: 12px;
	color: #333333;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;

	text-align: center;

}
.padding {
	padding-left: 20px;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 2em;text-align: center;}

.footer td {margin-top: 1em;
text-align: center;}

.overblue {
	color: #3399FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;


}
.headers {
	font-size: 18px;
	font-weight: bold;
	color: #333333;

}
.bold {
	font-weight: bold;
}
.footertwo {

	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}/*Styles below come from Hans 1/5/05*/a:link { text-decoration:underline; color: red;};
a:visited { text-decoration:underline; color: blue;};
a:hover { text-decoration:underline; color: #00ff40;};

.byline {font-size: 12pt;
}

.firstpara {font-size: 12 pt;
line-height: 1.3em;}

.2ndpara {font-size: 9pt;
}