
#scroll { 
	position:absolute;	
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
}

body {
  background: #FFC3FA;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 15 pt;
  color: #000000;
}

blockquote {
	text-align: justify; 
	padding-right:1px; 
	padding-left:1px;
	color: #000000;
	font-weight: bold;
}

table.main {
	width: 740px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 9pt;
}

table.content {
    background: #CAEEFF;
	width: 740px;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 8pt;
}

table.boxes {
	width: 740px;
	font-family: Georgia, Times New Roman, Serif;
	/* padding: 5px 5px 5px 5px; */
	  padding: 5px 5px 5px 5px; 
	font-size: 9pt;
}

td.boxes {
  /* border: solid 3px #4B4F9D; */
  background: #FFC3FA; 
}

td.headerLogo {
  /* border: solid 3px #0000ff;  */
  text-align: center;
  background: #FFC3FA;
}

td.headerNav {
   background: #CAEEFF;
 /* border: solid 3px #000000; */
  font-size: 10pt;
  text-align: center;
  width: 100%;
}

td.leftBox {
  border: 1px solid #000000; 
  background: #CAEEFF; 
}

td.rightBox {
  border: 1px solid #000000; 
  background: #CAEEFF; 
}

td.footer {
  background: #FFC3FA;
}

A:link.topNav {color: #000000; font-weight: bold; text-decoration: none; }
A:visited.topNav {color: #000000; font-weight: bold;  text-decoration: none;}
A:hover.topNav {color: #FFA6D6; font-weight: bold; text-decoration: none;}
A:active.topNav {color: #ffffff; font-weight: bold; text-decoration: none;}

A:link.bod {color: #000000; font-weight: bold; text-decoration: none; }
A:visited.bod {color: #000000; font-weight: bold; text-decoration: none;}
A:hover.bod {color: #FFA6D6; font-weight: bold; text-decoration: none;}
A:active.bod {color: #FFA6D6; font-weight: bold; text-decoration: none;}

A:link.pinkBack {color: #ffffff; font-weight: bold; text-decoration: none; }
A:visited.pinkBack {color: #000000; font-weight: bold; text-decoration: none;}
A:hover.pinkBack {color: #CAEEFF; font-weight: bold; text-decoration: none;}
A:active.pinkBack {color: #CAEEFF; font-weight: bold; text-decoration: none;}

h1,h2,h3,h4,h5 {
  /* color: #6766CC; */
  color: #FFA6D6;
  text-align: center;
}

h1 { font-size: 16px; line-height: 18px; }
h2 { font-size: 14px; line-height: 16px; }

.topcap { 
  color: #FFA6D6;
  background: #ffffff; 
  /* border-bottom: solid 3px #000000; */
}
.topcapsub {
  color: #CAEEFF;
  background: #ffffff; 
 /* border-top: solid 3px #000000;
  border-bottom: solid 3px #000000; */
}

p {
  padding: 5px 5px 5px 5px;
  font-family: Georgia, Times New Roman, Serif;
  font-size: 15px;
  color: #000000;
}

ul {
    padding: 5px 5px 5px 5px;
}

li {
  text-align: left;
}

.white { color: #ffffff; }
.center { text-align: center; }

.pink { color: #FFC3FA; }
.babyblue { color: #CAEEFF; }
.darkPink { color: #FFA6D6; }

