/* General
----------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background-color: #ACDCFF;
	text-align: center;
}
a:link {
	text-decoration: none;
	color:#ff0062;
	}
a:hover {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#ff0062;
}
h1, h2, h3, h4 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

/* Other
----------------------------------------------- */

.links {
	width: 25%;
	font-size: 13px;
	padding: 15px 0;

	font-weight: bold;
	font-style: italic;
}
.links a {
	font-size: 22px;
}
.bl {
	width: 25%;
	text-align: left;
	font-size: 14px;
}
.bl a {
	font-weight: bold;
}
.archives {
	font-size: 120%;
}
img.thumbs {
	border: 1px solid #000;
}
a:hover img.thumbs {
	border: 1px dashed #000;
	/* filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; */
}
.tb_t {
	background-color: #FFF;
	margin: 0 auto;
}
.tb_b {
	background-image: url(/gfx/ta2.jpg);
	height: 17px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.tb_txt {
	position: relative;
	top: 20%;
}
.tb_txt ul {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 220%;
}
.tb_txt li {
	list-style: none inside;
	text-decoration: underline;
}
.mb_t {
	background-image: url(/gfx/ma2.jpg);
	height: 41px;
	margin: 0 auto;
	margin-top: 8px;
}
.mb_m {
	background-color: #FFF;
	margin: 0 auto;
}
.mb_b {
	background-image: url(/gfx/ma7.jpg);
	height: 35px;
	margin: 0 auto;
	margin-bottom: 8px;
}
.mb_txt {
	position: relative;
	margin: 0 auto;
}
.mb_txt ul {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 150%;
}
.mb_txt li {
	list-style: none inside;
}
.trades {
	font-size: 200%;
}

/* Pages
----------------------------------------------- */

.pages {
	margin-bottom: 4px; /* Fixes IE bug */
	padding-top: 8px;
	padding-bottom: 20px;
	clear: both;
	font-size: 75%;
	display: block;
}
.pages span.current {
	border: 1px solid #2E6AB1;
	padding-bottom: 4px;
	margin-left: 2px;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff
}
.pages a,span.current,span.nextprev {
	padding: 4px 8px;
	margin-left: 2px;
	border: 1px solid #9AAFE5;
}
.pages a:hover {
	border-color: #2E6AB1;
}
.pages a.nextprev {
	padding-bottom: 4px;
	font-weight: bold;
}
.pages span.nextprev {
	border-color: #999;
	color: #999;
}
.pages .spacer {
	margin: 6px;
}
