body {
	background-color: #f5f5f5;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	width: 100%;
}

.logo {
	border: 2px solid #ffd700;
	width: 1%;
}

.main {
	font-family: tahoma, arial, sans-serif;
	height: 100%;
	width: 100%;
}

.main td {
	text-align: center;
	vertical-align: middle;
}

.menu {
	font-family: tahoma, arial, sans-serif;
	font-size: 16px;
	margin-top: 30px;
	white-space: nowrap;
	width: 1%;
}

.menu a {
	color: #228b22;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu td {
	padding: 0px 20px 0px 20px;
	white-space: nowrap;
}

.title1 {
	color: #000000;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
	white-space: nowrap;
	width: 1%;
}

.title2 {
	color: #000000;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	white-space: nowrap;
	width: 1%;
}

.title2 a {
	color: #228b22;
	text-decoration: none;
}

.title2 a:hover {
	text-decoration: underline;
}

