﻿body {
}

 a
{
    font-family: arial;
    color: #33526a;
    font-weight: bold;
}
 a:hover
{
    font-family: arial;
    color: #ff9900;
    font-weight: bold;
}

.MenuLinks a
{
    font-family: Times New Roman;
    color: #33526a;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    font-size:17px
}

.MenuLinks a:hover
{
    font-family: Times New Roman;
    color: #efb211;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    font-size:17px;
    font-style:italic;

}

.LinksPage a
{
 color: #33526a;
 font-weight: bold;
 font-size:15px;
 font-family:arial;
 text-decoration:none;
 line-height: 25px;
}

.LinksPage a:hover
{
 color: #ff9900;
 font-weight: bold;
 font-size:15px;
 font-family:arial;
 text-decoration:none;
 line-height: 25px;
}

.snapshotPage a
{
 color: #33526a;
 font-weight: bold;
 font-size:17px;
 font-family:arial;
 text-decoration:none;
}

.snapshotPage a:hover
{
 color: #ff9900;
 font-weight: bold;
 font-size:17px;
 font-family:arial;
 text-decoration:none;
}


.SelectedMenu a
{
    font-family: Times New Roman;
    color: #efb211;
    font-weight: bold;
    text-decoration: none;
    line-height: 30px;
    font-size:17px;
    font-style:italic;
}

.ContactForm td
{
    color:Black;
    font-size: 12px;
}

h1
{
 color: #33526a;
 font-weight: bold;
 font-size:17px;
 font-family:arial;

}

td
{
 color: #33526a;
 font-size:14px;
 font-family:arial;
}

li
{
list-style-image: url("http://www.pacapp.com/images/bullet.gif");
font-weight:bold;
}

li a
{
    color: #33526a;
    text-decoration:none;
}
    
li a:hover
{
    color: #ff9900;
    text-decoration:none;
}
    
.bottombar
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:White;
}

.bioimages
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-style:none;
}

.biotable td
{
    font-size:12pt

}

.biotable a
{
    text-decoration:none;
    color:#33526a;
    
}

.biotable a:hover
{
    text-decoration:underline;
    color:#33526a;
    
}

.yellowheader
{
    color:#efb211;
    font-weight:bold;
    font-size:16px;
    font-style:italic;

}