@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.TextSmall {
	font-size: 12px;
	color: #666;
}
.Text {
	font-family:Arial, Helvetica, sans-serif;
}
#Logo {
	height: 30px;
	text-align: left;
	width: 100%;
}
.CHAYOMATAlogo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#EA0020;
	font-weight:700;
}
.PHOTOGRAPHERlogo {
	font-size:14px;
	color: #666;
}
.PHOTOGRAPHERsub {
	font-size:12px;
	color:#666;
	font-weight: normal;
}
.copyright {
	color:#999;
	font-size: 10px;
}
.ActiveButton {
	font-family:Arial, Helvetica, sans-serif;
	color:#EA0020;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #EA0020;
	text-decoration: none;
}