div.boturl {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;text-align: center;}
div.center {text-align: center;}
a.xyz:link		{text-decoration:underline; color:#333; background: #CCC; font-size: 1.2em;}
a.xyz:visited	{text-decoration:underline; color:#333; background: #CCC; font-size: 1.2em;}
a.xyz:active	{text-decoration:underline; color:#333; background: #CCC; font-size: 1.2em;}
a.xyz:hover		{text-decoration:underline; color:#333; background: #CCC; font-size: 1.2em;}
p.cright {font-size: 1.2em;}
p.slogan {font-size: 2em; text-align: center;}

a.sale:link		{text-decoration:underline; color:#333; background: #CCC; font-size: 1em;}
a.sale:visited	{text-decoration:underline; color:#333; background: #CCC; font-size: 1em;}
a.sale:active	{text-decoration:underline; color:#333; background: #CCC; font-size: 1em;}
a.sale:hover	{text-decoration:underline; color:#333; background: #CCC; font-size: 1em;}

a.a1em:link		{text-decoration:underline; color:#333; font-size: 1em;}
a.a1em:visited	{text-decoration:underline; color:#333; font-size: 1em;}
a.a1em:active	{text-decoration:underline; color:#333; font-size: 1em;}
a.a1em:hover	{text-decoration:underline; color:#333; font-size: 1em;}

a.a1emc:link	{text-decoration:underline; color:#CCC; background: #444; font-size: 1em;}
a.a1emc:visited	{text-decoration:underline; color:#CCC; background: #444; font-size: 1em;}
a.a1emc:active	{text-decoration:underline; color:#CCC; background: #444; font-size: 1em;}
a.a1emc:hover	{text-decoration:underline; color:#CCC; background: #444; font-size: 1em;}
.tableheaderSM {
	text-align: center;
	background-color: #cccccc;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.guestIP {
	text-align: left;
	background-color: #000;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}
a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 