

body {
    font-family: helvetica, arial, sans-serif; font-size: 12px; color: #333;
}

.content_style a  {
    text-decoration: underline;
}

.content_style a:link  {
	color : #07546f;
}

.content_style a:visited  {
	color : #239035;
}

.content_style a:hover  {
	color : #8ac5d9;
}

.content_style a:active  {
	color : #8ac5d9;
}

.content_style h1 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style h2 {
	color: #092d39;
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style h3 {
    color: #000000;
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style h4 {
    color: #186b87;
	font-size: 19px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style h5 {
    color: #000000;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style h6 {
    color: #186b87;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 10px 0;	
}

.content_style hr { 
    margin-top: 12px;
	margin-bottom: 12px;
    padding-bottom: 0em;
}



.content_style ul li {
	list-style-image: url(../images/ltbluearrow.png);	
}



.content_style fieldset {
	border: 1px solid #000;
	width: 100%;	 
	padding: 2px 6px;
}
	
.content_style legend{
	color: #ffffff;
	background: #999;
	border: 1px solid #ffffff;
	padding: 2px 6px;
}

.content_style table.table_style_1 {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 2px;
	background-color:#fff;
}

.content_style table.table_style_1 th {
	font-weight:bold;
	color: #fff;
	background-color: #092d39;
	border:1px solid #ccc;
	text-align: center;
	padding: 5px;	
}

.content_style table.table_style_1 td {
	display: table-cell;
	border:1px solid #ccc;
	padding: 3px;	
}

.content_style table.table_style_2 {
	border:1px solid #999;
	border-collapse: collapse;
	border-spacing: 2px;
	background-color:#fff;
}

.content_style table.table_style_2 th {
	font-weight:bold;
	color: #fff;
	background-color: #186b87;
	border:1px solid #999;
	text-align: center;
	padding: 5px;	
}

.content_style table.table_style_2 td {
	display: table-cell;
	border:1px solid #999;
	padding: 3px;	
}

.content_style table.table_style_3 {
	border:1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 2px;
	background-color:#fff;
}

.content_style table.table_style_3 th {
	font-weight:bold;
	color: #186b87;
	background-color: #ededed;
	border:1px solid #ccc;
	text-align: center;
	padding: 5px;	
}

.content_style table.table_style_3 td {
	display: table-cell;
	border:1px solid #ccc;
	padding: 3px;	
}

.content_style table {

}
 
.content_style th {

}
	 
.content_style td {

} 

/********* support old css ********/
.attention {
    color: #CC0000;
    font-weight: bold;
}

.small {
    color: #000000;
    font-family: helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.note-2 {
  display: block;
  padding: 8px;
  border: 2px solid #FF0000;
  background: #FFFFDD;
}

.note-1 {
  display: block;
  padding: 8px;
  border: 1px solid #cccccc;
  background: #FFFFDD;
}

.blockquote-highlight-2 {
    border-bottom: 2px solid #CCCCCC;
    border-top: 2px solid #CCCCCC;
    color: #000000;
    display: block;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
    margin: 10px 40px;
    padding-bottom: 6px;
    padding-top: 6px;
}
/********* support old css ********/
