body {
	font-family: Tahoma, Arial;
	font-size: 1em;
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 1em;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 0.9em;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}

p {
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
	font-size: 0.8em;
}

.text01 { font-size: 1em }
.text02 { font-size: 0.9em }
.text03 { font-size: 0.8em }
.text04 { font-size: 0.7em }
.text05 { font-size: 0.6em }
.text06 { font-size: 1.1em }
.text07 { font-size: 1.2em }

#color01 { color: #6666FF }
#color02 { color: #333333 }

a {
	color: #567DBE;
	white-space: nowrap;
	cursor: hand;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a.link01 {
	color: #567DBE;
	white-space: nowrap;
	cursor: hand;
}
a.link01:hover {
	text-decoration: none;
	color: #333;
}
.hl
{
	background: #ffff00;
	color: #000000;
}
.hl span
{
	background: #ffff00;
	color: #000000;
}


