a
{
   text-decoration:none;
}
a:link
{
   color:navy;
   font-weight:bold;
}
a:visited
{
   font-weight:bold;
   color: #4169E1;
}
a:hover
{
   font-weight:bold;
   color:white;
   background-color: #0000FC;
   padding:2px;
}
a.icon:hover
{
   font-weight:bold;
   background-color:white;
   padding:0px;
}
a.nrm:hover
{
   font-weight:bold;
   padding:0px;
}
.tbl
{
   border:thin solid #0000FC;
}
.tbl td, th
{
   border:thin solid #0000FC;
}
.ctr
{
   text-align:center;
}
.bld
{
   font-weight:bold;
}
.minor
{
   font-size:80%;
}
.dent
{
   font-weight:bold;
   margin-left:2em;
}
.red
{
   color:red;
   font-weight:bold;
}

div.spacer
{
   clear: both;
   margin:0px;
}

div.row span.left
{
   float: left;
   text-align: left;
   font-weight: bold;
   width: 25%;
}

div.row span.right
{
   float: right;
   text-align: center;
   font-weight: bold;
   width: 75%;
}

.logo
{
   padding-top:2px;
}

.hdrbox
{
   border-right: 2px solid Gray;
   border-top: 2px solid Gray;
   display: block;
   background: White;
   border-left: 2px solid Gray;
   border-bottom: 2px solid Gray;
   padding: 2px;
   margin: 1em;
}

.page
{
   background:white;
   padding:1em;
}

.page b
{
   /*color:#0000FC;*/
}

h1, h2, h3, h4, h5
{
   color:#0000FC;
}

.page .sponsor
{
   font-size:80%;
   text-align:center;
}

.letter
{
    border-top:thin solid gray;
    border-left:thin solid gray;
    border-bottom:thin solid black;
    border-right:thin solid black;
    margin:1ex 5%;
    padding:2ex;
}

.media
{
    border-top:thin solid gray;
    border-left:thin solid gray;
    border-bottom:thin solid black;
    border-right:thin solid black;
    margin:1ex 5%;
    padding:2ex;
    font-family:courier,sans-serif;
}

.media .title
{
   font-weight:bold;
   font-size:14pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.media .subtitle
{
   font-weight:bold;
}

.media .byline
{
   font-size:8pt;
}

.credit
{
   font-size:8pt;
   text-align:center;
}



