
.welcomeLetter {
	text-transform: uppercase;
	font-family: Bookman Old Style, Verdana;
	font-size: 14pt;
	font-weight: bold;
}

.logo {
	text-indent: 12pt;
	text-align: left;
	vertical-align: center;
}

/* ---------- LINKS --------- */

a:link 		{ text-decoration: none; color: #004500; }
a:visited 	{ text-decoration: none; color: #004500; }
a:active 	{ text-decoration: none; color: #004500; }
a:hover 	{ text-decoration: none; color: #4488ff; }

.linkLetter {
	text-indent: 28pt;
	text-transform: uppercase;
	font-family: Bookman Old Style, Verdana;
	font-size: 12pt;
	font-weight: bold;
}

/* ---------- TOP LINKS ---------- */

.top:link 	{ text-decoration: none; color: #004500; }
.top:visited 	{ text-decoration: none; color: #004500; }
.top:active 	{ text-decoration: none; color: #004500; }
.top:hover 	{ text-decoration: none; color: #ff8200; }

.topLinkLetter {
	text-align: right;
	padding-top: 47pt;
	text-transform: uppercase;
	font-family: Bookman Old Style, Verdana;
	font-size: 8pt;
	font-weight: bold;
}

/* ---------- LINKS ON LINK PAGE--------- */

.link:link 		{ text-decoration: underline; color: #004500; }
.link:visited 	{ text-decoration: underline; color: #004500; }
.link:active 	{ text-decoration: underline; color: #004500; }
.link:hover 	{ text-decoration: underline; color: #4488ff; }

.linkPageLetter {
	text-align: left;
	font-family: Bookman Old Style, Verdana;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 48pt;
	background: #cceeff;
}

/* ---------- PLAIN TEXT ---------- */

.plainCapitalLetter {
	text-transform: uppercase;
	font-family: Bookman Old Style, Verdana;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 24pt;
	color: #004500;
	background: #cceeff;
}

.plainLetter {
	text-transform: none;
	font-family: Verdana, Arial;
	font-size: 10pt;
	padding-left: 24pt;
	color: #004500;
	background: #cceeff;
}

.plain:link 	{ text-decoration: none; color: #4488ff; }
.plain:visited 	{ text-decoration: none; color: #4488ff; }
.plain:active 	{ text-decoration: none; color: #4488ff; }
.plain:hover 	{ text-decoration: none; color: #ff8200; }

/* ---------- PRICE TABLE ---------- */

.priceCapitalLetter {
	font-family: Bookman Old Style, Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #004500;
	background: #dddddd;
}

.priceLetter {
	text-align: center;
	text-transform: none;
	font-family: Bookman Old Style, Verdana;
	font-size: 10pt;
	background: #ffffff;
}