.VACANT
	{
		border:solid 1px black;
		text-align:center;
		height: 35px;
		cursor: pointer;
		background-color: lime;
		font-family: Tahoma;
	}

.spacer
	{
		background: white;
	}

.s_area
	{
		border: dashed 1px black;
/*background-color: #DCDCDC;*/
background-image: url("../images/s_area.gif");
	}

.ref
	{
		background-image: url("../images/ref.gif");
		background-repeat:no-repeat;
		border:solid 1px black;
		text-align:center;
		background-position:center;
		background-color: white;
		cursor: pointer;
	}

.TAKEN
    {
		border:solid 1px black;
		text-align:center;
        	background-color: red;
		font-weight: bold;
        	cursor: help;
        	height: 35px;
		text-decoration: underline;
		font-family: Tahoma;
    }

a
    {
	text-decoration: none;
	font-family: Tahoma;
    }

a:visited
    {
	text-decoration: none;
	font-color: red;
    }


.LIST
    {
        color: black;
        font-size: 20px;
	font-weight: bold;


    }

.FIELD
    {
        font-family: Tahoma;
        font-size: 12px;
    }


.NOTES
    {
        height: 125px;
        font-family: Tahoma;
        font-size: 12px;
    }

.SMALL
    {
        font:caption;
        color:blue;
    }

.UPDATED
    {
        font-weight: bold;
        color:blue;
        font-size: 12px;
        fonr-family: Tahoma;
    }
    
.BUTTON
    {
        border: solid 1px blue;
        font-family: Verdana;
	color: blue;
	font-weight: bold;
  }
.soldout 
 {
font-size: 60px;
color: red;
font-family: Tahoma;
}
