h1 {
	/*	->top.css & ->sub.css	*/
	font-size: 1.375em;
	color: #006666;
}
h2 {
	font-size: 1.125em;
	line-height: 1.25em;
	color: #660033;
}
h3 {
	font-size: 1.0em;
	line-height: 1.25em;
	color: #006666;
}
h4 {
	font-size: 1em;
	line-height: 1.25em;
	color: #936B31;
}
p {
	font-size: 0.75em;
	color: #454545;
	line-height: 1.25em;
}
li {
	font-size: 0.875em;
	color: #454545;
	line-height: 1.25em;
}
.fSmall {
	font-size: 0.75em;
}
.fLarge {
	font-size: 1em;
}
.fRed {
	color: #CC0033;
}
.fGray {
	color: #888888;
}
.fBrown {
	color: #936B31;
}
.fPurple {
	color: #663366;
}
.fYellow {
	color: #FF9900;
}
.bgYellowBox {
	background-color: #FFFFCC;
	padding: 0.75em;
}

