/* CSS Document */

html, body {
 	height: 100%;
	margin: 0px;
	padding: 0px;
}

Body {
	background-color: #090706;
	font-family:"Courier New", Courier, monospace; 
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

H1 {
	font-family:"Courier New", Courier, monospace; 
	font-size: 15px;
	line-height: 21px;
	margin: 45px 0px 16px 0px;
	font-weight: bold;
	color: #000000;
}

H1.h1_first {margin-top:0px;}

H2 {
	font-family:"Courier New", Courier, monospace; 
	font-size: 13px;
	line-height: 17px;
	margin: 35px 0px 16px 0px;
	font-weight: bold;
	color: #000000;
}

H2.h2_first {margin-top:0px;}

IMG {border:0px;}

P {
	font-family:"Courier New", Courier, monospace; 
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	margin: 16px 0px 0px 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

A {color: #ff0000; text-decoration: none;}
A:Hover {color: #990000; text-decoration: none;}
A:Visited {color: #ff0000; text-decoration: underline;}

INPUT, TEXTAREA, SELECT {
	font-family:"Courier New", Courier, monospace; 
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	border: 0px;
	padding: 2px;
	background-color:#FFF9EF;
	border-bottom: 1px dotted #000000;
}