body {
	background: #ddd;
}

table.content {
	border: 1px solid #888;
	background-color: #fff;
	width: 752px;
	margin: 0 auto;
}

tr.header {
	text-align: center;
}

tr.header td {
	text-align: center;
}

tr.header img {
	display: block;
	margin: 0 auto;
}

tr.header p {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	padding: 10px 5px 0px 5px;
	margin-top: 0px;
	color: #000;
}

td.left {
	background-color: #fcb15e;
	padding: 34px 0px 34px 0px;
}

td.left p {
	font-family: "Times";
	font-size: 14pt;
	font-style: italic;
	color: #000;
	width: 180px;
	text-align: center;
	margin: 10px;
}

table.menu {
	cursor: pointer;
	border: 1px solid #00aedb;
	text-align: center;
	height: 30px;
}

table.menu td {
	background-color: #00aedb;
	height: 30px;
	width: 25%;
}

table.menu a {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	text-decoration:none;
}

td.main {
	width: 540px;
	height: 320px;
	padding: 10px 10px 0px 10px;
}

td.main img {
	margin-top: 10px;
	float: right;
	border: 0;
}

td.main p { 
	font-family: Arial;
	font-size: 10pt;
	color: #000;
	line-height: 14pt;
	margin-top: 0px;
}

td.main p a {
	color: #000;
	text-decoration: none;
}

td.main p a:hover {
	text-decoration: underline;
}

tr.footer {
	height:34px;
	width: 540px;
	text-align: right;
}

tr.footer img {
	border: 1px solid #888;
	margin-left: 4px;
	margin-right: 4px;
}

.offshow {
	font-family: Arial;
	font-size: 10pt;
	line-height: 16pt;
	cursor: pointer;
	color: #000;
}

.offshow a {
	text-decoration:none;
	color: #000;
}

.onshow {
	font-family: Arial;
	font-size: 10pt;
	line-height: 16pt;
	cursor: pointer;
	background-color: #00aedb;
	color: #fff;
}

.onshow a {
	text-decoration:none;
	color: #fff;
}

.coupon {
	float: right;
	width: 160px;
	border: 1px dashed #888;
	padding: 5px;
	font-family: Arial;
      font-weight: bold;
	font-size: 10pt;
	line-height: 16pt;
	margin: 20px 15px 0px 0px;
}

.coupon a {
	text-decoration:none;
	color: #000;
}

.coupon a:hover {
	text-decoration:underline;
	color: #000;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 16pt;
	font-family: Arial;
	color: #308bb7;
} 

h2 {
	margin-top: 20px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	color: #308bb7;
} 

h3 {
	text-align: right;
        margin-top: 20px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	color: #308bb7;
} 

.href {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 12pt;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #308bb7;
}

.href a {
	text-decoration: none;
	color: #308bb7;
}

.href a:hover {
	text-decoration: underline;
}

td.main form {
	width: 400px;
	margin: 0 auto;
}

td.main form fieldset{
	border: 0;
}

td.main form label {
	display: block;
	clear: both;
	font-family: Arial;
	font-size: 10pt;
}

td.main form p {
	clear: both;
}

td.main form input, td.main form select, td.main form textarea {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #888;
	float: right;
	width: 225px;
}

td.main form input:focus, td.main form input:hover, td.main form select:focus, td.main form select:hover, td.main form textarea:focus, td.main form textarea:hover{
	border:1px solid #000;
}

#submit, #reset {
	width: 75px;
}

#subject, #labelsubject, #datetime, #labeldatetime {
	display: none;
}