body {
	background-image:url(bg.gif);
    background-color: #eee;
	SCROLLBAR-BASE-COLOR: #00C;
	SCROLLBAR-ARROW-COLOR: #fff;
}	

body,td,th {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000;

}

ul { list-style-type: square; 
font-size: 12px;
font-style: italic;
margin: 20px 0 0 0;
padding: 0;
line-height: 1.6em;
}



#menu ul 
{ 
display: inline;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#menu li 
{ 

display: inline;
text-align: left;
list-style-type: none;
padding: 0;
margin: 0; 
font-size: 10px;
font-style: normal;
}

#menu a
{
background-color: transparent;

display: inline;
padding: 6px 4px 4px 4px;


font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #fff;
letter-spacing: 0.1em;
text-align: right;

}

#menu a:hover
{
background-color: #ddd;
text-decoration: none;
color: #00c;
}

#menu a:active
{
background-color: #aaa;
text-decoration: none;
color: #fff;
}



a.product {text-decoration: none; color: #666;}
a.product:link {text-decoration: none; color: #666;}
a.product:visited {color: #666; text-decoration: none;}
a.product:hover {text-decoration: underline; color: #00c;}

a.ft {text-decoration: none; color: #666;}
a.ft:link {text-decoration: none;}
a.ft:visited {text-decoration: none;}
a.ft:hover {text-decoration: underline; color: #00c;}



.pagetitle { font-size: 16px; font-weight: bold; color: #00c; }

.pagesubtitle { font-size: 12px; font-weight: bold; color: #00c; }

.now { font-size: 12px; font-weight: bold; color: #c00; }

.linkstxt { font-size: 11px; color: #000; font-style: italic; }

.footer { font-size: 10px; color: #666}

.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

