
p  { color: #300; font-size: 12pt; font-family: "Times New Roman", Georgia, Times }
h1 { color: #300; font-size: 24pt }
a:link { color: #033; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:visited { color: #033; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:hover { color: #033; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.grbold { color: #033; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.brbold { color: #300; font-weight: bold; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.lborder  { border-left: 1pt solid #300 }
body   { background: #fdf5e6 url(images/beige2.jpg) }
.caption { color: black; font-style: italic; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sectionhead { font-weight: bold }
.subheader { font-weight: bold }


/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000; background-color: #fff; }

#popup a, #popup a:visited {
position: relative;

}

#popup a span {display: none;}

#popup a:hover { background-color: #fff; }

/* the IE correction rule */
#popup a:hover	{
background-color: #fff;
text-indent: 0; /* added the default value */
}

#popup a:hover span{
display: block;
position: absolute;
top: -30px;
left: 220px;
margin: 0px;
padding: 10px;
color:#000000;
font-weight: normal;
background: #f5deb3;
text-align: center;
border: 1px solid #333;
}

