html {
		height: 101%;
	}
body {
		height: 101%;
		margin: 0px 0px 0px 0px;
		background: #000000;
		color: #000000;
		font: 80% arial,helvetica,sans-serif;
		line-height: 13pt;
		background: url(../images/black_stripes.gif);

	}

	table {
		font: 100% arial,helvetica,sans-serif;
		color: #222222;
		padding: 0px 0px 0px 0px;
		line-height: 13pt;
		text-align: justify;
	}
	h1 {
		font-size: 125%;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	h2 {
		margin: 0 0 0 0;
		color: #ff0000;
		font: 150% arial,helvetica,sans-serif;
		font-weight: bold;
	}
	h3 {
		margin: 30px 0px 0px 0px;
	}

	a {
		color: #000000;
		font-weight: none;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		font-weight: none;
		text-decoration: underline;
	}
	#a2 {
		color: #ffffff;
		font-weight: none;
		text-decoration: none;
	}
	#a2:hover {
		color: #fffff;
		font-weight: none;
		text-decoration: underline;
	}

	fieldset {
		border: 2px solid #009;
		padding: 5px 10px;
	}
	legend {
		background: #009;
		color: #fff;
		padding: 2px 5px;
		font-weight: bold;
	}
	input, select, textarea {
		font: 100% arial,helvetica,sans-serif;
		background: #ECFCEF;
		border: 1px solid #426E42;
	}

}