
.menuItem { 
    text-decoration: underline;
    cursor: pointer;
    width: 256px;
    text-align: center;
}
.selectionLine { 
    text-decoration: underline;
    cursor: pointer;
}
.categorySelectionLine { 
    cursor: pointer;
    font-weight: bold;
}
.imageSelection
{
    cursor: pointer;
}
.pictureBorder {
    border-color: #48C4C2;
    border-style: solid;
    text-align: center;
}
.controlRow {
    border-color: #48C4C2;
    border-style: solid;
    text-align: center;
}
.introText {
    padding: 10px;
}
.credits {
    padding: 10px;
    font-size: 12;
}
.dataEntryMenuItem { 
    text-decoration: underline;
    cursor: pointer;
    font-size: 12;
}
.pageTitle {
    font-size: 22;
    font-style: italic;
    text-align: center;
}
.companyHeading {
    font-size: 20;
    text-align: center;
}
.companyInfo {
    padding: 20px;
    text-align: left;
    color: #000000;
    background-color: #C0C0C0;
    width: 500px;
}
.personHeading {
    font-size: 22;
    text-align: center;
    font-style: italic;
}
.personInfo {
    padding: 20px;
    text-align: left;
    color: #000000;
    background-color: #00f0f0;
    width: 500px;
}
.categoryHeading {
    font-size: 20;
    text-align: center;
}
.footnote {
    font-size: 10;
}
.browsehvalues
{
    font-size: 150%;
    color: #6C594B;
}
.browsehvalue
{
    text-decoration: underline;
    cursor: pointer;
    font-size: 20;
}
.copyrightNotice
{
    font-size: 8;
}
.addressLink
{
    color: #CC0000;
    cursor: hand;
    text-decoration: underline;
}
