/* === Destructor Site CSS for ancient browsers ==============================================
   Stefan Heymann, www.destructor.de
*/         


/* --- General Declarations ------------------------------------- */

body {
	color: #232A55;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

td, th, ul, li, input, textarea {
	color: #232A55;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

pre, code {
	color: #232A55;
	font-family: "Courier New", Courier;
	font-size: 12px;
}



/* --- Content Area ---------------------------------------------- */

a {
	color: #6A4300;
	color: #5C2900;
	text-decoration: underline;
}

a:hover {
	color: #4658B2;
	text-decoration:underline;
}

a.image:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}


p {
	margin-top: 0px;
	line-height: 1.3em;
	margin-bottom: 1em;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0.5px;	
}

th {
	border: solid 1px #232A55;
	font-weight: bold;
	background-color: #D5D8ED;
	padding: 0.5ex;
	text-align: left;
}

td {
	border: solid 1px #232A55;
	padding: 0.5ex;
	vertical-align: top;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

hr {
	height: 0.3mm;
	border: none;
	color: #232A55;
	background-color: #232A55;
	margin: 1em 0em 1em 0em;
}

ul {
	margin-left: 1.3em;
	padding-left: 0px;
}

li {
	list-style-type: square;
	margin-bottom: 0.5em;
}

img {
	border: none; 
}

img.bordered {
	border: 1px solid #232A55;
}

p.hazy {
	font-size: 80%;
	color: #4658B2;
}

p.nomargin {
	margin: 0px;
}


table.noborder {
	border-style: none;
}

table.noborder td {
	border-style: none;
	padding: 0px;
}

table.noborder th {
	border-style: none;
	padding: 0px;
}

pre.comment {
	background-color: #D5D8ED;
	font-weight: bold;
}
