@charset "utf-8";
/* CSS Document */

table {
    font-family:Tahoma, Verdana, Arial;
	font-size:85%;
}

table SPAN {
    color:white;
	padding:4;
	background-color:#7777aa;
	font-weight:bold
}

P {
    padding-top:45px
}

#menu A {
	padding:4px;
	color:white;
	background-color:#888;
}

#menu A:hover {
	background-color:black;
}

#menu SPAN {
    background-color:#ff0000;
}

#img DIV {
    background-position:center;
	background-repeat:no-repeat;
	border: 1px solid #666;
	float:left;
	margin:5 5 0 0;
	cursor:hand;cursor:pointer
}

#img A {
	background-color:#f5f5f5
}


