﻿.Hyperlink
{
    color: #0000ff;
    text-decoration: none;
}
.Hyperlink:hover
{
    color: #0000ff;
    text-decoration: underline;
}

.TextBoxWatermark
{
    color: silver;
    background-color: white;
    border-style: solid;
    font-family: Verdana;
}

.RolloverImageLink
{
    border: 0px none #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}
.RolloverImageLink:hover
{
    border-style: none;
    border-width: 0px;    
  	filter:alpha(opacity=90);
	opacity:0.9;
}