h1, h2, h3, h4, h5, h6
{
	color:#336699;
}
body
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9pt;

}
h1
{
	font-size:120%;
	margin-bottom:6px;
	margin-left: 20px;
	margin-top: 16px;
	padding-bottom:4px;
	border-bottom:1px solid #EDF1F3
}
li
{
	padding-top: 3px;	
}

p {
margin-bottom: 4px;
margin-top: 2px;
}

h2, h3
{
padding-top: 16px;
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}
/*Main text block*/
.text-block
{
color: black;
padding-left: 20px;
padding-right: 16px;
text-align: justify;
vertical-align: top;
margin-bottom: 0px;
margin-top: 2px;
	}

/*Information block*/
.information-block
{
	width:150px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	font-size:90%;
	color:#494947;
}

.nav-block{
font-size: 80%;
color: #afbbc7;
}

.trt_all {
height: 22px;
padding: 4px 6px;
background-color: white;
}
.trt_1 {
height: 36px;
background-color: #f2f6f9;
padding: 2px 6px;
font-weight: normal;
color: #a5c2db;
}
.trt_tab {
padding: 4px 8px;
background-color: white;
font-size: 90%;
color: #244158;
}

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(images/infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}


/*Text block under detail news*/
.bottomrstext {
font-size: 80%;
margin-bottom: 4px;
margin-top: 60px;
text-align: center;
color: #1F77AB;
font-size: 8pt; }

.table_01{
padding-top: 30px;
font-size: 80%;
}
.text{
font-weight: bold;
margin: 6px;
 }
 .gray{
 	color: gray;
	font-size: 90%;
 }
 .note{
 border: 1px dotted #f0f2f5;
 background: #f7f9fa;
 padding-top: 6px;
 padding-left: 24px;
 padding-right: 10px;
 padding-bottom: 16px;
 font-size: 94%;
 font-style: italic;
 color: #516675;
 margin-bottom: 16px;
 margin-top: 2px;
 margin-left: -18px;
 margin-right: -14px;
 }