/* Large title (large header) */
h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 5px;
	}

/* Main title (header) */
h3 {
	text-align: center;
	margin: 5px;
	}

/* Sub-title of division: A. PASSIVE ANALOG CIRCUITS */
h4 {
	text-align: center;
	}

/* Main horizontal rule (under the main title)*/
hr.hr_head {
	width: 100%;
	height: 6px;
	noshade: noshade
	}

/* Sub-main horizontal rule (under the title of division)*/
hr.hr_subhead {width:100%;
	height: 3px;
	noshade: noshade
	}
	
/* Ordinary horizontal rule (between the unit descriptions)*/
hr.hr_ordinary {width: 100%;
	height: 1px;
	noshade: noshade
	}
	
.my_link_color {
	color: #FF00FF;
}

.common_link_color {
	color: #0000FF;
}

.name_block_library {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

.block_library {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	background-color: #FFFFCC;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.my_color {
	color: #FF00FF;
	text-decoration: none;
}

.my_bold_color {
	font-weight: bold;
	color: #FF00FF;
}

.normal_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.question_font {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

.anchor_link_color {
	font-style: normal;
	color: #000000;
}

.multi_text {
	width: auto;
	float: left;
}

/* Main header paragraph */
p.p_main_header {
	font-size: 20px;
	font-weight: bold;
	padding-left: 0px;
	clear: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Middle header paragraph */
p.p_middle_header {
	font-size: 20px;
	font-weight: bold;
	margin-top: 12px;
	padding-left: 15px;
}

/* Small header paragraph */
p.p_small_header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	padding-left: 30px;
}

.justified_text {
	text-align: justify;
}
.text_field_backgrnd {
	background-color: #FFFFCC;
}

.underline {
	text-decoration: underline;
}

.image {
	padding: 10px;
	margin: 10px;
}

/* Common (initial) paragraph */
p {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

/* Clear paragraph */
p.p_contents_clear {
	clear: both;
	}

/* First contents paragraph */
p.p_contents_first {
	text-align: justify;
	margin-top: 18px;
	}

/* Item paragraph */
p.p_contents_item {
	text-align: justify;
	margin-top: 6px;
	}
	
/* Zero paragraph */
p.p_contents_zero {
	text-align: justify;
	margin-top: 0px;
	}

.head_table {
	font-weight: bold;
	background-color: #FFCC99;
	text-align: center;
	vertical-align: middle;
}

.paragraph_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}

.superscript {
	vertical-align: super;
	font-size: smaller;
}

a:hover {  text-decoration: underline}

a:active {  color: #FF0000}

.em_begin_paragraph {  font-weight: bold}


.common_link {
 	color: #0000FF; font-style: normal;
 	text-decoration: none;
 }
