/* =====================================tec global styles============================== */
body
{ text-align: center; /*centers contents of body */
	font-size: 9pt; 
	color: #424252;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif georgia; 
	background: url("/images/write_blkb.gif");
	}
/* =========================inner body=======================  */	
#container
{ width: 750px;
	margin: 0px auto;	/* center contents inner body */
	text-align:left; /* counteract text-align center in body */
	background-color: #f0faf7;
	}

/* =====================links================================  */	
a:link
{ color: #445566;
}
a:visited
{ color: #778899;
}
a.pp 								/* styles to print pp and top */
{ font-weight: bold;
	color: #ff4444;
	display: block;
	margin-top: 0px;
	text-decoration: none;
}
a.articles
{ color: #2c4d9a;
	text-decoration: underline;
}
a.dead
{ color:#ccddcc;
}
#left_content a.deadg
{color: #38987d;
}
/* ============================================header styles======================*/
h1
{ text-align: center;
	font-size: 13pt;
	font-family: Bodini MT;
	letter-spacing: normal;
	margin: 0px 0;
	padding: 10px 0 10px 0;
	background-image: url("/images/kand_new.jpg");
	height:40px;
}
.front
{ font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif georgia; 
	letter-spacing: 3px;
}
h2
{ letter-spacing: 2px;
}
h3
{ letter-spacing: 1px;
	font-size: 11pt;
	text-align: left;
}
h4
{font-size: 10pt;
	letter-spacing: normal;
}
h5
{ font-size: 9pt;
	text-indent: -4%;
	margin-left: 4%;
	font-weight: bold;
	}
h6
{ font-style: oblique;
	font-size: 8pt;
}
/* ============================================paragraph styles=========================*/
p
{ line-height: 18px;
}
p.indent
{ text-indent: 5%;
	margin: 0;
}
p.hang
{ text-indent: -5%;
	margin:0;
}
p.state
{ font-style: oblique;
	margin-left: 3%;
}
p.clear
{ clear: both; }

/* ==========================================general font classes ========================*/
.bold
{ font-weight: bold;
}
.underline
{ text-decoration: underline;
}
.oblique
{ font-style: oblique;
}
.eight
{ font-size: 8pt;
}
.nine
{ font-size: 9pt;
}
.eleven
{ font-size: 11pt;
}
.twelve
{ font-size: 12pt;
}
.fourteen
{ font-size: 14pt;
}
.red
{ color: #2c4d9a;
}
.white
{ color: #ffffff;
}
.bell
{ font-family: bell MT, serif;
	font-size: 18pt;
}
.dropcap
{ line-height: 30px;
	font-size: 40px;
	float: left;
}
.normal
{ font-style: normal;
}
.smcaps
{	font-variant: small-caps;
}
.talk
{ color: blue;
	text-decoration: underline;
	}
/* ========================= general text classes ===================== */
.right
{ text-align: right;
}
.left
{ text-align: left;
}
.center
{ text-align: center;
}
.nobr
{ white-space: nowrap;
}
/* ================================= other ========================= */
table td, table th
{ vertical-align: top;
	padding: 5px;
}
img
{ border: none;
}
/* ================================= global debug ========================= */
