	
	html, body {
		height:100%;
	}
	
	html, body {
		margin:0px;
		background-color:#FFFFFF;
		height:100%;
		font-family:Trebuchet MS, Arial;
		font-size:13px;
	}
	
	h1, h2, h3, h4, h5 {
		text-decoration:none;
		margin:0;
		padding:0;
		font-weight:normal;
		display:inline;
	}
	
	.input_txt {
		display:inline-block;
		vertical-align:middle;
	}
	
	.input_field {
		background:url(../images/bg_input_field.gif);
		display:inline-block;
		width:300px;
		height:30px;
		vertical-align:middle;
	}
	
	.input_captcha {
		display:inline-block;
		vertical-align:middle;
	}
	
	.input_field_small {
		background:url(../images/bg_input_field_small.gif);
		display:inline-block;
		width:80px;
		height:30px;
		vertical-align:middle;
	}
	
	.input_textarea {
		background:url(../images/bg_input_textarea.gif);
		display:inline-block;
		width:300px;
		height:160px;
		vertical-align:middle;
	}
	
	.input_fieldtxt {
		width:280px;
		font-size:13px;
		margin:6px;
		font-family:Trebuchet MS, Arial;
		border:0;
		color:#666666;
	}
	
	.input_fieldtxt_small {
		width:60px;
		font-size:13px;
		margin:6px;
		font-family:Trebuchet MS, Arial;
		border:0;
		color:#666666;
	}
	
	.input_fieldtxt_ta {
		width:285px;
		height:145px;
		font-size:13px;
		margin:6px;
		font-family:Trebuchet MS, Arial;
		border:0;
		color:#666666;
	}
	
	.submit_form {
		background:url(../images/btn_submit_form.gif);
		width:120px;
		height:26px;
		font-size:13px;
		font-weight:bold;
		border:0;
		font-family:Trebuchet MS, Arial;
		color:#FFFFFF;
	}
	
	.clear {
		clear:both;
	}
	
	iframe {
		border:6px solid #EEEEEE;
	}
	
	a:link		{ text-decoration: none; 		}
	a:visited 	{ text-decoration: none; 		}
	a:hover   	{ text-decoration: underline; 	}
	