
body {
background-color: #556B2F;
margin: 0px;
padding: 0px;
}
td {
font-family: georgia, palatino, "times new roman", times, seriff;
font-size: 12px;
}
.footer {
font-family: georgia, palatino, "times new roman", times, seriff;
font-size: 12px;
color: #FFFACD;
margin-bottom: 0px;
}


A:link    { 
font-family: georgia, palatino, "times new roman", times, seriff;
font-size: 15px;
font-variant: small-caps;
	font-weight: bold;
	color: #FFFACD;
	text-decoration: none;
}
A:visited    { 
font-family: georgia, palatino, "times new roman", times, seriff;
font-size: 15px;
font-variant: small-caps;
	font-weight: bold;
	color: #FFFACD;
	text-decoration: none;
}
A:hover    {
font-family: georgia, palatino, "times new roman", times, seriff;
font-size: 15px;
font-variant: small-caps;
font-weight: bold;
color: #556B2F;
text-decoration: underline;
background: #FFFACD;
}


A:visited.reverse {
	color: #FFFACD;
	background: #556B2F;
font-size: 15px;
font-variant: small-caps;
font-weight: bold;
text-decoration: none;
}


td {
	color:#FFFACD;
}


#showimage{
position:absolute;
visibility:hidden;
border: 1px #FFFACD;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #ccc;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
font-family: verdana, arial, helvetica;
margin-right: 1px;
}