html, body {
	height: 100%;
	margin: 0px;
	padding: 0px 10px 30px;
	vertical-align: top;
}
body, td {
	font: x-small Verdana, Arial, sans-serif;
	margin: 0px;
	vertical-align: ;

}
A {
	color: #050D5E;
}
A:visited {
	color: #800;
}

TABLE.container {
	border: 1px solid #009;
}
TABLE.container TD {
	padding: 10px;
}

TD.lpanel {
	background: #000099;
	color: #FFFFFF;
}

TD.rpanel {
	background: #999966;
	color: #FFFFFF;
}

TD.content {
	width: 100%;
}
.copy {
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
}

TD.bottom_menu {
	background: #999966;
	height: 50px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
TD.lbottom_menu {
	background: #993366;
	vertical-align: bottom;
	text-align: center;
}
TD.rbottom_menu {

}

TABLE.details {
	border: 1px solid #FBA4EE;
}
TABLE.details TD {
	padding: 4px 8px;
	border-bottom: 1px solid #FEE9FB;
}
TABLE.details TR.head TD {
	background: #FDD3EC;
	border-bottom: 1px solid #FEE9FB;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}



.verdana-20-darkblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3;
	color: #050D5E;
	text-decoration: none;

}
