body {
    font-weight: normal;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust: .5;
    background: #FFFFFF;
    color: #000000;
}

table, tr, td {
    font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust: .5;
}

hr {
    color: #CCCCFF;
}

A:hover {	
	background-color: #CCCCFF;
}

A.yel:hover {
    background-color:#FFFFCC;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Myriad Web, Syntax, sans-serif;
    font-size-adjust: .58;
    color: #000080;
}
   
h3, h5, h6 {
    text-align: center;
}

div.col {
    font-family: Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
    font-size-adjust: .5;
    padding: 5%;
}

div.bit {
    font-family: Verdana, Myriad Web, Syntax, sans-serif; 
    font-size: 85%;
}

div.ad {
    font-family: Verdana, Myriad Web, Syntax, sans-serif; 
    font-size: 75%;
}



/*For copyright info beginning column*/
p.copy {
   font-size: 75%;
   font-weight: bold;
   text-align: right;   
}

/*For notes at end of column*/
p.note {
    font-weight: normal;
    font-size: 75%;
    font-style: italic;
    text-align: center;
}
  
td.black {
    border-style: solid; 
    border-color: #CCCCFF; 
    border-width: 1pt;
    color: #000000;
}

/* table.bord and td.border originally  */ 
/* created for the left and right borders  */ 
table.bord {
    border-style: solid;
    border-color: #CCCCFF;
    border-width: 1pt;
    color: #000080;
}

td.border { 
    border-style: solid; 
    border-color: #CCCCFF; 
    border-width: 1pt;
    color: #000080;
}