/*------------------------------------------------------------------------
[ style_1.css ]  Copyright Studio FIX Inc.
--------------------------------------------------------------------------*/
body						{ background-color : #fff; 	color : #666 ; 	margin-top : 0px ; 	margin-left : 0px ;	margin-right : 0px ;	font-size : 10pt ;	}	

a:link						{ color:#3960D0; text-decoration:underline; }
a:visited			{ color:#3960D0 ; text-decoration:underline; }
a:active				{ color:#3960D0; text-decoration:underline; }
a:hover				{ color:#f38900; text-decoration:underline; }

td										{ font-family: osaka , MS UI Gothic ;  font-size : 10pt ;}
td.b								{ font-family: osaka , MS UI Gothic ;  font-size : 10pt ; font-weight : bold ; color: #FF9966;}
td.8								{ font-size:8pt ;}
td.85							{ font-size:8pt ; padding : 5px;}
td.en							{ font-size:9pt; font-family:Arial, Trebuchet MS, Verdana, Chicago, Times New Roman,  ; }
td.enw						{ font-size:9pt; font-family:Arial, Trebuchet MS, Verdana, Chicago, Times New Roman,  ; color: #fff; }
td.en8						{ font-size:8pt; font-family:Trebuchet MS, Verdana, Chicago ; line-height:100%; }


div.dot1           {  border:1 dotted #000 ; padding: 5px; background-color: #eee;text-align: center ;color: #000;font-weight : bold ; }

td.border1				{ padding : 3px;background-color : #fff;border-bottom : solid 1px #666; }
td.border2 			{ padding : 3px;background-color : #FFE1B5;border-bottom : solid 1px #666; }


/*------------------------------------------------------------------------
Text Modul
--------------------------------------------------------------------------*/
.creative							{ display:none;  }
.txtcolor_red			{ color: #FF0000 }
.txtsize_8pt				{ font-size:8pt ;}
.txtsize_110per	{ font-size: 110% ;}
.under_line					{ text-decoration:underline; }

/*------------------------------------------------------------------------
BR Clear Module
--------------------------------------------------------------------------*/
br.clear 					{ clear: both; }
.all_clear 				{ clear: both; visibility: hidden; height: 0; }



