@charset "utf-8";
/* CSS Document */

html {

}
body {
	background:#FFFFFF;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	cursor:default;
	font-size:16px;
	border-left:10px solid #000000;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
a{ outline:0px none; }
a img {
	border:0px none;
}
.pagefold_right {
	float:right;
}
#wrapper {
	padding:15px;
}
#header {
	border-bottom:1px solid #000000;
	padding:10px 0px;
}
.lister h4 {
	margin:20px 0px 0px 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.lister dl {
	margin:0px;
	padding:0px;
}
.lister dl dd, .lister dl dt {
	margin:0px;
	padding:0px;
	margin-left:10px;
}
.lister dl dt {
	margin-top:10px;
}
.lister dl dt a {
	color:#000000;
}
.lister dl dt a:hover {
	text-decoration:none;
}
.lister dl dt span, .lister dl dt span a {
	font-style:oblique;
	font-size:13px;
	color:#666666;
}
.lister dl dd, .lister dl dd a {
	margin-bottom:10px;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	letter-spacing:-1px;
}