@charset "UTF-8";
/* CSS Document */

h2 {
	font-size: 12px;
	font-weight: bold;	/*margin-top: 25px;
	margin-bottom: 12px;*/
	line-height: 14px;
}
h3 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 16px;
}
h3 span {
	font-size: 26px;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 14px;
}
p {
	font-size: 11px;
	color: #333;
	margin-bottom: 10px;
}
.italic {
	font-style: italic;
	font-size: 12px;
	color: #666666;
}
.sectype {                            /*
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; */
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size: 25px;
	background-image: url(../images/titlebar.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
	position: absolute;
	left: 0px;
	width: 364px;
	padding-left: 270px;
}
#article em {
	font-style: italic;
}
#article strong {
	font-weight:bold;
}
#article u {
text-decoration:underline;
}
#article .red {
color:#F00;
}
#article .green {
color: #090;
}
#article .blue {
color:#39F;
}
#article .orange {
color:#F60;
}
#article a {color:#009900;text-decoration:none;}
#article a:hover {text-decoration:underline;}