/* CSS Document */

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

Body {
	background-color: #7E2424;
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}

H1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px;
	line-height: 21px;
	margin: 45px 0px 20px 0px;
	font-weight: bold;
	color: #333333;
}

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

H2 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 14px;
	line-height: 18px;
	margin: 20px 0px 0px 0px;
	font-weight: bold;
	color: #333333;
}

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

H3 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	line-height: 17px;
	margin: 20px 0px -10px 0px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

IMG {border:0px;}
A {outline: none;}

P {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	margin: 14px 0px 0px 0px;
}

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

A {color: #7E2424; text-decoration: none;}
A:Hover {color: #330707; text-decoration: none;}

INPUT, TEXTAREA, SELECT {
	font-family: "Times New Roman", Times, serif; 
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #666666;
	padding: 1px;
	background-color:#FFF9EF;
}
