.Background {
	font-family: Georgia, "Times New Roman", Times, serif;
	Background-attachment: scroll;
	background-image:  url(Images/Background.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

.popup {
    filter:alpha(opacity=90);
    background-color:green;
    display:none;
    width:170;
    height:100;
    position:absolute;
    color: white;
    border: 1 green solid;
}

.SmallLabel
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    Font-Size: x-small; 
    text-decoration : none;	
    font-weight: bold;
}

.DarkLabel
{
    
	Font-Size: x-small; 
}
.ErrorLabel
{
	color:#CC0000;
}
