
body.sha a:link { color:#CC3300; }
body.sha a:visited { color:#990000 }
body.sha a:active { color:#ff0000 }

body.sha a:link, body.sha a:visited, body.sha a:active
{
text-decoration:underline;
}

body.sha a:hover
{
    text-decoration:none;
    background: #FFCCCC;
    color: Black;
}

body.sha .box
{
border:thick solid #b40019;
padding:1ex;
margin:5%;
}

body.sha .photo
{
border-top: thin solid Silver;
border-left: thin solid Silver;
border-bottom:thin solid black;
border-right:thin solid black;
}

body.sha .page
{
   margin: 1em 1em;
   border-top: thin solid Silver;
   border-left: thin solid Silver;
   border-bottom: thin solid gray;
   border-right: thin solid gray;
   background: #FFEDED;
   padding: 1em;
}

body.sha .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 5ex;
   background-color: #FFEDED;
}

body.sha #left p
{
   font-weight:bold;
   text-align:center;
   color:#B40019;
}

body.sha .logoleft
{
   margin-top: 50px;
   height:221px;
   background: url(images/veritas.gif) no-repeat center;
}

body.sha .logohead
{
   text-align:center;
   margin-top:25px;
   margin-left:50px;
   width:480px;
   height:63px;
   background: url(images/shatitle.gif) no-repeat center;
   max-width: 100%;
}

.redbold
{
   font-weight: bold;
   color:red;
}

.li-bullet
{
   list-style-image: url(images/bullet_red.png);
   margin: 1ex 3em;
}

