﻿body {
}



.Links a:link 
{
    text-decoration: none;
    display: block;
    color: Black;
        
}
a:visited 
{
    color: Purple;
}
.Links a:hover 
{
    color: Blue;
    text-decoration: underline;
}
a:active { } 

.Links img
{
    float: left;
    margin-left: 10px;
    display: inline-block;
    border: none;
}
.LinksTitle
{
    font-size: larger;
    font-weight: bold;
}
.LinkTags
{
    font-size: x-small;
    font-weight: normal;
    font-style: italic;  
}

.UL { 
  position:relative;
  margin-right:20px;
  margin-bottom:20px;
  background-color: red;
  background:url(images/shadowbox.gif) no-repeat top left;
}
.LR {
  position:relative;
  top:20px;
  left:20px;
  background-color: Transparent;
  background:url(images/shadowbox.gif) no-repeat bottom right;
}

.UR {
  position:absolute;
  top:-20px;
  right: 0px;
  height:20px;
  width:20px;
  background-color: Transparent;
  background:url(images/shadowbox.gif) no-repeat top right;
}
.LL {
  position:absolute;
  left:-20px;
  bottom:0;
  height:20px;
  width:20px;
  background-color: Transparent;
  background:url(images/shadowbox.gif) no-repeat bottom left;
}
.Links
{
    position:relative;
    top:-10px;
    left:-10px;
    height: 100px;
    vertical-align: middle;
    background-color: transparent;
    vertical-align: middle;
}
.Links2
{
  position: static;
  width:350px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  height: 120px;
  background:url(images/linkbuttonoff.gif) no-repeat; 
}
.Links2:hover
{
  background:url(images/linkbuttonon.gif) no-repeat;  
}
.LinkWrapper
{
    width: 350px; 
    margin-left: 20px;
}
.linkholder
{
    position: relative;
    top: -100px;
    left: -10px;
    background:url(images/blankbutton.gif) no-repeat;
}

.Links2 a:link 
{
    text-decoration: none;
    display: block;
    color: Black;
    background-color: Transparent;
        
}
a:visited 
{
    color: Purple;
    background-color: Transparent;
}
.Links2 a:hover 
{
    color: Blue;
    text-decoration: underline;
    background-color: Transparent;
    background:url(images/linkbuttonon.gif) no-repeat;
}
a:active { } 
.Links2 img
{
    float: left;
    margin-left: 10px;
    display: inline-block;
    border: none;
}
.LinksText
{
   width:225px;
   margin-top: 10px;
   margin-right: 2px;
}
