.button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
.matter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:16px;
}
.heading01{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
	line-height:17px;
}
.heading02{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	line-height:17px;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #333333;
	line-height:16px;
}

.border {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.border-table {
	border: 1px solid #333333;
}
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.border-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.border-bottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.border-left-right {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF0000;
	border-left-color: #FF0000;
}

