@charset "utf-8";
/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	}


h1{
	font-size:20px;
	}



h2{
	font-size:16px;
	text-transform:uppercase;
	}

h3{
	font-size:14px;
	}


input[type=text], select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	padding:2px;
	
	}

select{
	width:99%;
	}


.input100{
	background-color:transparent;
	width:99%;
	border:#ccc 1px solid;

	}
	
.input_engiin{
	background-color:transparent;
	border:#ccc 1px solid;

	}
	
	
.input100_noborder{
	background-color:transparent;
	width:99%;
	border:none;

	}

li{
	line-height:150%;
	}




.table_border{
	border-top:#ccc 1px solid;
	border-left:#ccc 1px solid;
	
	}


.table_border td{
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	padding:5px;
	
	}


.utga{
	color:#00F;
	
	}










	
