body {
	text-align: center;
	min-height: 200px;
	background-image: url(../cmn/bg.gif)}
.main {
	width: 500px;
	height: 100%;
	min-height: 200px;
}
.main td {
	text-align: center;
}
.title {
	text-align: left;
	font-size: large;
	font-style: italic;
		 }
.name {
	text-align: left;
	font-size: x-large;
}
.plink {
	text-align: center;
	border-top: solid 2px #808080;
	border-bottom: solid 2px #808080;
	border-left: none;
	border-right: none;
	padding: 0px;
	margin: 0px;
	width: 25%;
	color:  navy;
	font-weight:  bold;
	background-color: #C0C0FF;
}
.dcont {
	height: 100%;
	min-height: 100px;
	border-left: solid 2px #808080;
	border-bottom: solid 2px #808080;
	border-top: none;
	border-right: solid 2px #808080;
}
#content {
	font-family: Verdana;
	border: solid 0px #808080;
	width: 100%;
	height: 100%;
	overflow: visible;
	min-height: 100px;
}
.divider {
	margin: 0px;
	padding: 0px;
	border: none;
}
td.pw {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: xx-small;
	text-align: right;	
}
a, a:visited {
	color:  navy;
	text-decoration: none;
}

