@charset "utf-8";
/* Switching-Mode Power Supply Tutorial Style Sheet - Revised 01/17/01 */

BODY  {
	color : #000000;
	background : #FFFFFF;
	margin-left : 18px;
	margin-right : 18px;
}

A:link  {
	color : #0000FF;
	background : transparent;
}

A:active  {
	color : #CC0000;
	background : transparent;
}

A:visited  {
	color : #000099;
	background : transparent;
}

H1  {
	color : #000099;
	background : #FFFFFF;
	text-align : center;
}

H2, H3, H4  {
	color : #000099;
	background : #FFFFFF;
	text-align : left;
}

STRONG  {
	color : #000099;
	background : transparent;
}

BLOCKQUOTE  {
		border-width : thin;
	border-color : #000099;
	color : #000000;
	background-color : #FFFFCC;
		margin : 18px 18px;
}

.example  {
	margin-left : 18px;
	margin-right : 18px;
	border-width : thin;
	border-color : #000099;
	color : #000000;
	background-color : #CCFFFF;
}

.box  {
	border-width : thin;
	border-color : #000099;
	color : #000000;
	background-color : #FFCC99;
}

.indent1  {
	margin-left : 18px;
}

.indent2  {
	margin-left : 36px;
}

.center  {
	text-align : center;
}

.caption  {
	font-weight : bold;
	text-align : center;
	color : #000099;
}

.author  {
	font-size : small;
}

.banner  {
	text-align : left;
}

.title  {
	color : #000099;
	background : #FFFFFF;
	text-align : center;
	font-weight : bold;
	font-size : 200%;
}

.summary  {
	color : #000099;
	background : #FFFFFF;
	font-weight : bold;
	text-align : center;
	margin-left : 18px;
	margin-right : 18px;
}

.summarytab  {
	color : #000000;
	background : #FFFFFF;
	text-align : left;
	margin-left : 18px;
	margin-right : 18px;
}

.menuhead  {
	font-weight : bold;
	font-size : 110%;
	color : #000099;
	background : #FFFFFF;
}

.content  {}

.logo  {
	font-weight : bold;
	text-align : left;
	color : #000099;
	background : #FFFFFF;
	float : none;
}

.legal  {
	font-weight : bold;
	text-align : center;
	color : #000099;
	background : #FFFFFF;
}

.table  {
	text-align : center;
}

.comment  {
	margin-left : -36px;
	margin-right : 0px;
	color : #660000;
	background : #FFFFCC;
	border-width : 2px;
	border-color : #663300;
	padding : 12px;
}

.quote  {
	margin : 0px 72px 0px 0px;
}

.menu  {
	font-weight : bold;
	text-align : right;
	border-width : 0px;
	border-color : #663300;
	color : #000099;
	background : #FFFFFF;
	font-size : 80%;
}

.menu-bar-h2  {
	text-align : center;
	font-size : 90%;
}

.address  {
	text-align : left;
	font-size : 80%;
}

.copyright  {
	text-align : center;
	font-size : small;
}

.credits  {
	text-align : right;
	font-size : small;
}

.definition  {
	color : #000000;
	background-color : #FFFFCC;
	margin-left : 18px;
	margin-right : 18px;
}

.revised  {
	font-size : 80%;
	font-style : normal;
	text-align : right;
}

.tm {
	font-size: x-small;
	vertical-align: top;
	}

hr {
	color: #336699;
}

