.LargeTitle {
	font-size: 24px;
	font-weight: bolder;
	font-family: "Arial Black", Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .5em;

}
.MedTitle {
	font-size: 20px;
	font-weight: bolder;
	font-family: "Arial Black", Arial, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .5em;


}
.LargeText {
	font-size: x-large;
	font-weight: bold;
}
.MedText {
	font-size: large;
	font-weight: bold;
}
.LargeJap {
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
}
.MedJap {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
.SmallJap {
	color: #FF0000;	
}a:link {
	font-weight: bold;
	color: #FF6600;	
}
a:visited {
	font-weight: bold;
	color: #993399;
}
.subtitle {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	letter-spacing: 0.5em;
	text-transform: uppercase;



}

