body {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#panel {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 540px;
	height: auto;
	padding: 0px;
	height: 100%;
	z-index: 1;
	background-color: #fff;
	border: 0px;
}
#wrapper {
	width: 540px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#content {
	width: 540px;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
.nav {
	width: 540px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
	color: #96f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	font-variant: small-caps;
	align: bottom;
}
.nav a:link {
	color: #96f;
	text-decoration: none;
}
.nav a:visited {
	color: #96f;
	text-decoration: none;
}
.nav a:hover {
	color: #606;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: blue;
}
.standard table, tr, td {
	margin: 0;
	padding: 0px 20px;
	font-size: 11px;
	line-height: 130%;
	text-align: center;
	halign: center;
}
.def {
	color: blue;
}
.temp table, tr, td {
	margin: 0;
	padding: 0px 20px 0px 0px;
	text-align: center;
	halign: center;
}

