body{
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12pt;
	font-style: normal;
	background-image: url("../images/bg.gif");
}
td{
	vertical-align: top;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
}
.tdlink1{
	vertical-align: middle;
	text-align: center;
	background-color: #FFDDBB;
	height: 50px;
}
.tdlink1 a{
	color: #6E3600;
}
.tdlink2{
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFD9;
	height: 50px;
}
.tdlink2 a{
	color: #5B5C00;
}
.catrow{
	background-color: #FE0000;
	font-weight: bold;
	color: #FFFFFF;
}
.catrow a{
	color: #FFFFFF;
}
.tdcat{
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
	font-size: 16px;
}
.trades{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #404040;
}
.trades a{
	color: #FFFFFF;
}
#tradesbig{
	margin-top: 2em;
	/*margin-bottom: 2em;*/
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	
}
#tradesbig a{
	color: #ff0000;
	font-weight: normal;	
}
#categories{
	font-weight: bold;
	width: 700px;
}
#categories a{
	font-weight: normal;
	color: #000000;
}
#page{
	margin-left: 10px;
	margin-top: 0px;
}
#sidebar{
	margin-top: 1em;
	margin-right: 10px;
}
#footerlinks{
	margin-top: 2em;
	font-weight: bold;
}
#footerlinks a{
	color: #000000;
	font-weight: normal;
}
/*li {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	list-style: none; 
	line-height: 1.4; 
	background:url("../images/icon_arrow_sm_orange.gif") no-repeat 2px .25em; 
	padding-left: 15px; 
}*/
/*ul{
	margin: 0px 0px 1em 5px;
	padding: 0px 0px 1em 2px;
}*/
h1{
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}
form{
	margin: 0px;
}

/* backend stuff */
.oddrow{
	background-color: #EEEEEE;
}
.evenrow{
	background-color: #F5F5F5;
}
.textfield{
	width: 300px;
}
.descriptionfield{
	width: 300px;
	height: 200px;
}
.combofield{
	width: 300px;
}
.submitbutton{
	width: 100px;
}
.buttons{
	margin: 10px 0px 0px 0px;
}
.caption{
	margin: 1em 0px 0px 0px;
}
.description{
	color: #000000;
	margin: 0px 0px 0px 0px;
}
.confirm{
	background-color: #FFFFC0;
	border: 1px solid #000000;
	padding: 5px;
	width: 75%;
}

#toplist{
	float: right; 
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#toplist a{
	color: #404040;
}
#toplist .star{
	color: #ff0000;
	font-weight: bold;
}
#toplist td{
	font-size: 10px;
}
#toplist ul{
	margin: 0px; 
	padding: 0px; 
	padding-left: 10px; 
	margin-left: 10px;
	list-style-type: square ; 
	font-size: 10px;
}

.stars{
	font-weight: bold;
	color: #ff0000;
	font-size: 12px;
	
}
.stars a{
	text-decoration: none;
}