@import "../Site/MainStyleSheet.css";

body {
    font-family: helvetica, arial, sans-serif;
}

td.spacer
{
	height: 30px;	
}
table.Outer
{
	width: 100%;	
}

td.Img
{
	text-align: center;
	padding-bottom: 10px;
}

td.Text
{
	text-align: center;
	width: 40%;
}

td.Sp
{
	width: 15%;
}

td.Return
{
	text-align: center;
}

.Notice {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
}