﻿a img
{
    border:none;
}
/* <<<hyperlinks>>> */
 .blacktoblue a:link
{
    color: #000000;
    text-decoration: none;
}

.blacktoblue a:visited
{
   color: #000000;
   text-decoration: none;   
}

.blacktoblue a:active
{
    color: #000000;
    text-decoration: none;
}

.blacktoblue a:hover
{
    color: #0066cc;
    text-decoration: none;
}

.blacktoblue_selected a:link
{
    color: #0066cc;
    text-decoration: none;
}

.blacktoblue_selected a:visited
{
   color: #0066cc;
   text-decoration: none;   
}

.blacktoblue_selected a:active
{
    color: #0066cc;
    text-decoration: none;
}

.blacktoblue_selected a:hover
{
    color: #0066cc;
    text-decoration: none;
}

 .whitetoblue a:link
{
    color: #ffffff;
    text-decoration: none;
}

.whitetoblue a:visited
{
   color: #ffffff;
   text-decoration: none;   
}

.whitetoblue a:active
{
    color: #ffffff;
    text-decoration: none;
}

.whitetoblue a:hover
{
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;
}


.whitetoyellow a:link
{
    color: #ffffff;
    text-decoration: none;
}

.whitetoyellow a:visited
{
   color: #ffffff;
   text-decoration: none;   
}

.whitetoyellow a:active
{
    color: #ffffff;
    text-decoration: none;
}

.whitetoyellow a:hover
{
    color: yellow;
    text-decoration: none;
    font-weight:bold;
}
/* <<</hyperlinks>>> */

/* <<<image panel>>> */
.picpanel
{
    float:right;
}

/* <<</image panel>>> */



.photoGalleryItem
{
  
  padding-left: 10px;
  padding-right: 10px;
  
}

.photoGalleryItem_over
{
  
  padding-left: 10px;
  padding-right: 10px;
}

.photoGalleryItem td
{
    background-image: url(MenuItemBackground.gif);
}

.photoGalleryItem_over td
{
    background-image: url(MainItemBackgroundHover.gif);
}

.photoGalleryItem a:link
{
    color: #ffffff;
    text-decoration: none;
}

.photoGalleryItem a:visited
{
   color: #ffffff;
   text-decoration: none;   
}

.photoGalleryItem a:active
{
    color: #ffffff;
    text-decoration: none;
}

.photoGalleryItem a:hover
{
    color: yellow;
    text-decoration: none;
}