/* CSS Document */









/*-------------------------------------------------------
margin
-----------------------------------------*/

.margin_sidebana{
margin:5 0 5 0;

}


.margin_img1{
margin-top:5;

}

.margin_img2{
margin-bottom:20;

}

.margin_img3{
margin-bottom:10;

}

.margin_img4{
margin-bottom:20;
margin-top:20;


}




/*-------------------------------------------------------
font size
-----------------------------------------*/

.side_text {
	font-size: 12px;
font-weight:nomal;
	line-height: 120%;
	color:#666666;
	text-align: left;
	padding:0px 0px 0px 5px;
}


.stext {
	font-size: 10px;
font-weight:nomal;
	line-height: 120%;
	color:#666666;
	text-align: left;
	padding:0px 0px 0px 0px;
}



.blue_text {
	font-size: 12px;
font-weight:nomal;
	line-height: 130%;
	color:#004488;
	text-align: left;
}

.red_text {
	font-size: 14px;
font-weight:bold;
	line-height: 130%;
	color:#CC0000;
	text-align: left;
}




/*-------------------------------------------------------
link
-----------------------------------------*/

a.topics_link { 
text-decoration: none; 
}
A.topics_link:link { color: #666666;}
A.topics_link:visited { color: #666666; }
A.topics_link:active { color: #666666; }
A.topics_link:hover { color: #666666; 
text-decoration: underline; }


/*-------------------------------------------------------
hr
-----------------------------------------*/
hr.dot { 
border-style: dotted none none none; 
background-color: #CCCCCC; 
border-top-width: 2px; 
border-top-color: #cccccc; 
height: 2px; 

} 