@import url("fisheye.css");

body {
	background-color: #FFFFFF;
	font-family :"Arial, Helvetica, sans-serif";
	font-size: 9pt;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.Blue {
	background-color: #434A90;
	color: #FFFFFF;
}

.Blue A:link, A:visited, A:active {
	color: #FFFFFF;
	padding: 7px;
	text-decoration: none;
}

.Blue   A:hover { text-decoration: underline overline; }
.Blue	table { font-size: 9pt; }
.Blue	tr { font-size: 9pt; background: url('pics/fog.png'); }
.Blue	td { font-size: 9pt; }

.DkBlue {
	background-color: #16255E;
	color: #FFFFFF;
}

.DkBlue	A:link, A:visited, A:active { color: #FFFFFF; }
.DkBlue A:hover { text-decoration: underline overline; }
.DkBlue	table { font-size: 11pt; }
.DkBlue	tr { font-size: 11pt; }
.DkBlue	td { font-size: 11pt; }

.TOPIC {
	background-color: #434A90;
	color: #FFFFFF;
	width: 600px;
	text-align: center;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: .05em;
	padding-bottom: .05em;
}

.TOPIC	A:link, A:visited, A:active { color: #FFFFFF; }
.TOPIC  A:hover { text-decoration: underline overline; }

.INFO {
	background-color: #FFFFFF;
	width: 640px;
	text-align: justify;
}


.INFO P {
	margin: 8px 1.5px;
/*	margin:.7em .5em;*/
/*	text-indent:15px;*/
}

.INFO A:link {
	text-decoration: underline;
	padding: 0px;
	color: Blue;
}

.INFO A:visited {
	text-decoration: underline;
	padding: 0px;
	color: SteelBlue;
}

.INFO A:hover {
	text-decoration: underline overline;
}

.letter-container A:link {
	text-decoration: underline;
	color: Blue;
}

.letter-container A:visited {
	text-decoration: underline;
	padding: 0px;
	color: SteelBlue;
}

.letter-container A:hover {
	text-decoration: underline overline;
}

.headline {
	margin-top: 15px;
	font-size:1px;
	width: 660px;
	height: 0px;
	border-style: solid;
	border-width: 1px 1px 5px 5px;
	border-color: #434A90 #434A90 white #434A90;
	clear: both;
}

.footline {
	margin-bottom: 20px;
	font-size: 1px;
	width: 660px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 1px 1px;
	border-color: white #434A90 #434A90 #434A90;
	clear: both;
}

.invisilink	A:link, A:visited, A:active { color: #FFFFFF; }

.centered {
	margin: 0 auto;
	text-align: center;
}

#.centered table {margin: 0 auto; text-align: left;}

.centered div {margin: 0 auto;}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.full {
	text-align: justify;
}

.lspeechl {
	width: 437px;
	height: 196px;
	margin-top: 20px;
	background-image: url("pics/speechLONG-L.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.tlspeechl {
	padding-top: 40px;
	padding-left: 65px;
	padding-right: 75px;
	padding-bottom: 57px;
	vertical-align:middle;
}

.lspeechr {
	width: 437px;
	height: 196px;
	margin-top: 20px;
	background-image: url("pics/speechLONG-R.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.tlspeechr {
	padding-top: 40px;
	padding-left: 75px;
	padding-right: 65px;
	padding-bottom: 57px;
	vertical-align: middle;
}

.speechl {
	width: 354px;
	height: 190px;
	margin-top: 20px;
	background-image: url("pics/speech-L.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.tspeechl {
	padding-top: 40px;
	padding-left: 65px;
	padding-right: 75px;
	padding-bottom: 57px;
	vertical-align:middle;
}

.speechr {
	width: 354px;
	height: 190px;
	margin-top: 20px;
	background-image: url("pics/speech-R.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

.tspeechr {
	padding-top: 40px;
	padding-left: 75px;
	padding-right: 65px;
	padding-bottom: 57px;
	vertical-align: middle;
}

.pic {
	margin: 4px 10px 4px 4px;
	float: left;
}

.picr {
	margin: 4px 4px 4px 10px;
	float: right;
}

div.letter-container {
	width: 640px;
}

div.column {
	margin-right: 3em;
	float: left;
}

.clear {
	clear: both;
}

div.letter-links {
	float: left;
	width: 10em;
	text-align: left;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
}

.SectionTitle {
	background-color: #16255E;
	color: #FFFFFF;
	border-width: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-size: 11pt;
}

#MS-JUNK {
	position: absolute;
	top: 10px;
	left: 20%;
	width: 600px;
	height: auto;
	padding: 5px;
	visibility: visible;
	text-align: left;
	background-color: #6486dd;
	border-style: outset;
	border-width: 5px;
	border-color: red;
	color: white;
	z-index: 2;
}

#MS-JUNK A:link, A:visited {
	text-decoration: none;
	padding: 7px;
	color: yellow;
}

#MS-JUNK A:hover {
	text-decoration: underline overline;
}

#MS-JUNK img {
	border: none;
}

#MS-JUNK .right {
	float: right;
}

#MS-JUNK .left {
	float: left;
}




