@charset "utf-8";
/* CSS Document */

body, html { height:100%}

body {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: black;
	margin: 2px 0 4px 0;
	}
	
h1 {

	font: Helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #ad4d51;
	margin:0 0 6px 0;
	
	}
	
h2 {

	font: Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #ad4d51;
	margin:55px 0 20px 0;
	
	}	
	
h3 {

	font: Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin:15px 0 10px 0;
	
	}	
	
.inputText {
	
	height: 14px;
	width: 161px;
	
	}

.inputText1 {
	
	height: 14px;
	width: 153px;
	
	}
	
.inputText2 {
	
	height: 14px;
	width: 30px;
	
	}
	
.mainText {
	
	text-align:justify;
	margin: 0 20px 0 5px;
	
	}
	
.bottom a {
	
	text-decoration:none;
	color:#9f5151;
	
	}
	
.bottom a:hover {
	
	text-decoration:underline;
	color:#9f5151;
	
	}

