﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.main {
	background-repeat: repeat-y;
	width: 757px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #C00000;
	text-decoration: none;
	font-weight: normal;
}
.header {
	background-repeat: no-repeat;
	height: 80px;
	width: 220px;
}
.contents {
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}
.main .contents .left {
	padding-left: 15px;
	padding-right: 15px;
	border-style: solid; 
	border-width: 1px; 
	padding-top: 1px; 
	padding-bottom: 15px;
}
.main .contents .left a {
	text-decoration: none;
}
.voucher {
	color: #C00000;
	text-decoration: none;
}
.link {
	color: blue;
	text-decoration:underline;
}

.spacer {
	clear: both;
}
.footer {
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-top: 35px;
	text-align:center;
}
.main .footer .footertexts {
}
.main .footer .footertexts a {
	color:#666666;
	text-decoration:underline;
}

