html, body {
	background-color: #25295F;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
table#main {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
td { vertical-align:middle }
td.right {
	background-image: url(rightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
td.head {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}
td.out {
	background-image: url(underLine.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 50px;
	vertical-align: middle;
	cursor: default;
}
div.out {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #474B61;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 4px;
}
form.out {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #474B61;
}
.out input {
	vertical-align: middle;
	cursor: pointer;
}
.out a {
	color: #474B61;
	text-decoration: none;
}
.out a:hover {
	text-decoration: underline;
	color: #C00;
}
div.main {
	background-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #DCDCE2;
	padding: 0px;
	text-align: left;
}
div.main table.inTable{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div.end {
	background-image: url(sigBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #666;
	letter-spacing: 1px;
	padding-top: 21px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	clear: both;
}
.end a {
	color: #666;
}
.end a:hover {
	color: #339;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	letter-spacing: 1px;
}
.nul {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

