body {
	font-size: 15px;
	color: #333;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 16px;
}
h3 a {
    text-decoration: none;
    color: #333; 
}
hr {
border-style: solid;
border-top-width: 0px;
margin-top: 20px;
margin-bottom: 20px;
}
h3 a:visited {
    text-decoration: none;
    color: #333; 
}
.text_div h1, .header1style {
	font-size: 26px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #990000;
	text-shadow: 1px 1px 0px #fff;
}
.text_div h2, #content .item h2 {
	font-size: 22px; 
	padding-bottom: 15px;
	font-weight: normal;
	color: #990000;
}
.text_div h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 9px;
}
.text_div ul li { list-style-type: disc; padding-left: 25px; }
.text_div ol li { list-style-type: decimal; }
.text_div li { list-style-position: inside; }
.text_div ul, .text_div ol { font-size: 15px; padding-bottom: 15px; line-height: 22px; }
.text_div p { padding-bottom: 12px; font-size: 15px; line-height: 22px; }
.text_div a { color: #cc0000; border-bottom: dotted 1px #ed1c24;}	
.text_div a:hover { color: #222; border-bottom: dotted 1px #333; }	
.text_div hr { 
	background: url(/images/structure/hr_bg.jpg) center top repeat-x;
	height: 1px;
	border: 0px; 
	margin-bottom: 12px;
}
.text_div img { /*border: 1px solid #BDBDBD; padding: 5px; */}
.styled_table.table {
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #ccc;
	margin-bottom: 17px;
}
.styled_table td, .styled_table th { border: 1px dotted #ccc; padding: 5px 8px; }
.styled_table th { background: #900; text-align: left; color: #fff; border: 1px solid #900; text-shadow: 1px 1px 0px #000;}
.styled_table tr.even td{ background: #f1f1f1; }
.styled_table tr:hover td { background: #eceff4; }
.styled_table .gray_bg { background: #f1f1f1; padding: 12px 20px 2px; margin-bottom: 15px; border: 1px solid #e3e3e3; border-radius: 5px; }
.styled_table .gray_bg img{ border: none; padding: 0px; }

.img_border {
	padding: 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	box-shadow: 2px 2px 2px 0px #E3E3E3;
}

.gray_bg { background: #f1f1f1; padding: 12px 20px 2px; margin-bottom: 15px; border-radius: 10px; }
.gray_bg img{ border: none; padding: 0px; }