.txt01 {
	font-size: 80%;
	line-height: 1.3em;
	color: #333333;
}

.txt01 a:link {
	font-size: 1em;
	color: #220077;
	text-decoration:none;	
}

.txt01 a:visited {
	font-size: 1em;
	color: #220077;
	text-decoration:none;	
}

.txt01 a:hover {
	font-size: 1em;
	color: #0088DD;
	text-decoration:underline;
}

.txt01 a:active{
	font-size: 1em;
	color: #0088DD;
	text-decoration:underline;
}


.txtfixed {
	font-size: 12px;
	color: #333333
}
.txtfixed a:link {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.txtfixed a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
.txtfixed a:hover {  font-size: 12px; color: #220077; text-decoration:underline;}
.txtfixed a:active {  font-size: 12px; color: #220077; text-decoration:underline;}

.text 	{ font-size: 80%; line-height:120%; }
.large 	{ font-size: 90%; line-height:120%; }
.xlarge { font-size:110%; line-height:140%; }
.xxlarge{ font-size:130%; line-height:140%; }
.small 	{ font-size: 70%; line-height:110%; }
.ssmall { font-size: 60%; line-height:110%; }

.bar01 {background:#FFE4CA;color:#1000B5; padding:4px; margin-top:25px;font-weight:bold;}
.bar02 {margin-left:20px; padding:4px}
.bar03 {margin-left:20px; background:#F6F6F6; padding:4px; clear:both; overflow:hidden;}

.f-right {float:right}
.f-left {float:left}