/* CSS Document */
body,td {
color: #8b2c38;
font-family: Georgia;
font-size: 10px;
line-height: 11px;
letter-spacing: 0px;
scrollbar-arrow-color: #8b2c38;
scrollbar-track-color: #ffffff;
scrollbar-face-color: #f0eeee;
scrollbar-highlight-color: #f0eeee;
scrollbar-3dlight-color: #f0eeee;
scrollbar-darkshadow-color: #f0eeee;
scrollbar-shadow-color: #f0eeee;
    cursor:  default;
}
.header
{
background-color: #dedede;
color: #8b2c38;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
	border-left: 2px solid #c16382;
	border-right: 2px solid #c16382;
cursor:  default;
}
A:link {
    color: #8b2c38; 
	text-decoration: none;
    cursor:  default;
}
A:active {
    color: #8b2c38;
	text-decoration: none;
    cursor:  default;
}
A:visited {
    color: #8b2c38; 
	text-decoration: none; 
    cursor: default;
}
A:hover { 
    color: #6f232c;
    text-decoration: none; 
    cursor: hand;
	border-left: 2px solid #c16382;
	border-right: 2px solid #c16382;
	text-transform: uppercase;
	font-weight: bold;
}
