﻿body {
}

.PicDesc
{
    font-size: 8pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #C3B7B1
}

.Normal
    {
    font-size: 8pt;
    font-family: Tahoma, Geneva, sans-serif;
    color: #968986
    }

.NormalHeader
    {
    font-size: 8pt;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #C3B7B1
    }
    
.Menu
{
    font-size: 12pt;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #C3B7B1;
}
    
.MenuSelected
{
    font-size: 12pt;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #968986;
}
.Welcome
{
	font-size: 12pt;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    color: #66CCCC;

}


    
.Link
{
    color: #727577;
}

.Visited
{
	color: #B0B7BD;

}


.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:#66CCCC;
	padding:3px;
	width:250px;
}

.Button
{
	cursor:pointer;
}

.CloseButton:hover
{
	color=#66CCCC;
}
