/* CSS Document */

p#Lead1 {
	background-color: #dddddd;
	font-family: serif;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 3px 0 ;
}

p#Lead2 {
	background-color: #dddddd;
	font-family: serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 0 5px 0 ;
}

p#PageLink {
	font-size: 95%;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
}

td#TopContents {
	text-align: center;
	vertical-align: top;
}

table#Letters {
	background-color: #ffe7ce;
	border-collapse: collapse;
	width: 595px;
}

table#Letters td.Info {
	border-color: #999999;
	border-style: double none none double;
	border-width: 5px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	width: 127px;
}

table#Letters td.Image {
	border-color: #999999;
	border-style: none none double double;
	border-width: 5px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	width: 127px;
}

table#Letters td.Letter {
	border-color: #999999;
	border-style: double double double none;
	border-width: 5px;
	height: 250px;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	width: 170px;
}

.Notice {
	color: #FF3333;
	font-size: 90%;
}
