/* File:	industrial.css */
/* Date:	November 4, 2006 */
/* Author:	Bushido Hacks (bushidohacks46gmail64com) */
/* Description:	A cascading stylesheet that adds an industrial look to a web page */
body {margin:0px;font-family:sans-serif;background-color:#000000;color:#efefef;}
p {margin:8px;}
div#topline {
	margin:0px;
	top:0px;
	left:0px;
	width:100%;
	background-color:#ee0000;
	color:#000000;
	font-size:10pt;
	border-top:solid 1px #ff0000;
	border-bottom:solid 1px #cc0000;
}
div#bottomline {
	margin:0px;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#ee0000;
	color:#000000;
	font-size:10pt;
	border-top:solid 1px #ff0000;
	border-bottom:solid 1px #cc0000;
}
div#topline a[href]:link, div#bottomline a[href]:link {color:#000000;text-decoration:none;}
div#topline a[href]:visited, div#bottomline a[href]:visited {color:#000000;text-decoration:none;}
div#topline a[href]:active, div#bottomline a[href]:active {color:#000000;text-decoration:none;}
h1.pagetitle {
	text-align:center;
	font-size:64pt;
	font-weight:bold;
	border-style: solid;
	border-width: 1px;
	border-color: #333333 #111111 #111111 #333333;
	background-color:#222222;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}
h2.subtitle {
	text-align:center;
	font-size:18pt;
	font-weight:bold;
	border-style: solid;
	border-width: 1px;
	border-color: #333333 #111111 #111111 #333333;
	background-color:#222222;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}
div.sec h2 {
	text-align:left;
	font-size:18pt;
	font-weight:bold;
	border-style: solid;
	border-width: 1px;
	border-color: #333333 #111111 #111111 #333333;
	background-color:#222222;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
}

div.legal h2 {font-size:10pt;}
div.legal p { font-size:8pt;}

a[href]:link {color:#ff0000;}
a[href]:visited {color:#cc0000;}
a[href]:active {color:#ff0000;}
var {font-family:monospace;font-style:italic;}
td.codes {
	font-family:monospace;
	font-size:10pt;
	border-style:solid;
	border-width:1px;
	border-color: #880000 #ff0000 #ff0000 #880000;
}

input[type="button"] {
	border-style: solid;
	border-width: 1px;
	border-color: #333333 #111111 #111111 #333333;
	background-color:#222222;
	color: #cccccc;
}

