/* iconfactory customization */

html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

body {
	background: #ddd url(/graphics/fd_page_bg_main.gif) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px; 
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 72px;
	width: 735px !important;
	width /**/:740px;
	background: #fff url(/graphics/fd_masthead_bg.gif) no-repeat center top;
	padding: 0px 5px 0px 0px;
	color: #fff;
	font-size: 12px; 
	text-align: right;
	line-height: 32px;
	background-color: #900;
	}

div.list {
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
	}

div.foot {
	font-size: 11px;
	color: #999;
	text-align: right;
	padding: 5px 5px 0px 0px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 735px !important;
	width /**/:740px;
	}

a {
	color: #8D3500;
	}
	
a:hover {
	color: #c00;
	}
		
a:visited {
	color: #b1683c;
	}

table {
	margin: 5px;
	}

th, td {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	padding: 2px 15px 2px 0px;
	}

th {
	font-weight: bold;
	text-align: left;
	}

td.n, th.n {
	width: 200px;
	}

td.s, th.s {
	text-align: right;
	}

/* lighttpd defaults */

/*
h2 {
	margin-bottom: 12px;
}

table {
	margin-left: 12px;
}
th, td {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	text-align: left;
}
th {
	font-weight: bold;
	padding-right: 14px;
	padding-bottom: 3px;
}
td {
	padding-right: 14px;
}
td.s, th.s {
	text-align: right;
}

div.list {
	background-color: white;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #646464;
	padding-top: 10px;
	padding-bottom: 14px;
}

div.foot {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #787878;
	padding-top: 4px;
}
*/